Skip to content

Commit d408d43

Browse files
committed
fix lint
1 parent ea20d5d commit d408d43

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

biome.jsonc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"assist": {
2929
"actions": {
3030
"source": {
31-
"organizeImports": "on"
31+
"organizeImports": "off"
3232
}
3333
}
3434
},
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
export { getFallbackRoute, routeIsFallback, routeIsRedirect } from './helpers.js';
1+
export { routeIsRedirect } from './helpers.js';
22
export { createRoutesList } from './manifest/create.js';
33
export { matchAllRoutes } from './match.js';

0 commit comments

Comments
 (0)