Skip to content

Commit dbf61d3

Browse files
committed
Remove invalid option
1 parent 98e0598 commit dbf61d3

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

eslint.config.mjs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ export default [
5959
sourceType: 'module',
6060

6161
parserOptions: {
62-
project: ['tsconfig.eslint.json'],
63-
tsconfigRootDir: '.'
62+
project: ['tsconfig.eslint.json']
6463
}
6564
},
6665

0 commit comments

Comments
 (0)