Skip to content

Commit 7e18711

Browse files
committed
Update eslint.config.mjs
1 parent 58b9f9b commit 7e18711

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/remix-ts/eslint.config.mjs

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

99
export default tseslint.config(
1010
{
11+
root: true,
1112
ignores: ['!**/.server', '!**/.client', 'build', 'node_modules']
1213
},
1314
js.configs.recommended,

0 commit comments

Comments
 (0)