Skip to content

Commit 69bb701

Browse files
committed
fix(eslint): ignore react-router/cloudflare generated files
1 parent a9e385c commit 69bb701

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eslint.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,9 @@ export const config = [
2828
'**/dist/**',
2929
'**/coverage/**',
3030
'**/*.tsbuildinfo',
31+
'**/.react-router/**',
32+
'**/.wrangler/**',
33+
'worker-configuration.d.ts',
3134
],
3235
},
3336

0 commit comments

Comments
 (0)