Skip to content

Commit 44b8e34

Browse files
committed
fix(eslint): properly ignore file
1 parent 69bb701 commit 44b8e34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const config = [
3030
'**/*.tsbuildinfo',
3131
'**/.react-router/**',
3232
'**/.wrangler/**',
33-
'worker-configuration.d.ts',
33+
'**/worker-configuration.d.ts',
3434
],
3535
},
3636

0 commit comments

Comments
 (0)