We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 798f563 commit 1cd0fe2Copy full SHA for 1cd0fe2
eslint.config.mjs
@@ -51,7 +51,7 @@ export default [
51
52
parserOptions: {
53
project: ['tsconfig.eslint.json'],
54
- tsconfigRootDir: '.',
+ tsconfigRootDir: __dirname,
55
},
56
57
0 commit comments