Skip to content

Commit 9b3accc

Browse files
committed
fix lint issues
1 parent 52358da commit 9b3accc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ node_modules/
33
pnpm-lock.yaml
44
/docs/api
55
examples/**/dist/
6+
/integration/helpers/vite-plugin-cloudflare-template/worker-configuration.d.ts
67
/playground/
78
/playground-local/
89
packages/**/dist/

packages/react-router/lib/dom/ssr/routes.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ import type { HydrationState } from "../../router/router";
44
import type {
55
ActionFunctionArgs,
66
LoaderFunctionArgs,
7-
unstable_MiddlewareFunction,
87
RouteManifest,
98
ShouldRevalidateFunction,
109
ShouldRevalidateFunctionArgs,

0 commit comments

Comments
 (0)