Skip to content

Commit aa453fd

Browse files
authored
fix lint issue anbd lint in CI (#10256)
1 parent 80e10e7 commit aa453fd

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.changeset/swift-feet-reflect.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@remix-run/router": patch
3+
---
4+
5+
Fix lint issue

.github/workflows/test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,9 @@ jobs:
4040
- name: 🏗 Build
4141
run: yarn build
4242

43+
- name: 🔬 Lint
44+
run: yarn lint
45+
4346
- name: 🧪 Run tests
4447
run: yarn test
4548

packages/router/router.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ import {
99
} from "./history";
1010
import type {
1111
DataResult,
12+
DeferredData,
1213
AgnosticDataRouteMatch,
1314
AgnosticDataRouteObject,
1415
DeferredResult,
@@ -33,7 +34,6 @@ import type {
3334
MutationFormMethod,
3435
} from "./utils";
3536
import {
36-
DeferredData,
3737
ErrorResponse,
3838
ResultType,
3939
convertRoutesToDataRoutes,

0 commit comments

Comments
 (0)