We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 660817b commit 8fc0696Copy full SHA for 8fc0696
3 files changed
eslint.config.mjs
@@ -63,7 +63,7 @@ export default [
63
},
64
parserOptions: {
65
project: './tsconfig.eslint.json',
66
- tsconfigRootDir: './',
+ tsconfigRootDir: import.meta.dirname,
67
68
69
0 commit comments