Skip to content

Commit 5803050

Browse files
committed
Update eslint.config.mjs
1 parent 9ab6fd0 commit 5803050

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/remix-ts/eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import tseslint from 'typescript-eslint';
88

99
export default tseslint.config(
1010
{
11-
ignores: ['!**/.server', '!**/.client', 'build', 'node_modules']
11+
ignores: ['!**/.server', '!**/.client', 'build', '**/node_modules']
1212
},
1313
js.configs.recommended,
1414
{

0 commit comments

Comments
 (0)