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 1cfede2 commit 73137d7Copy full SHA for 73137d7
eslint.config.mjs
@@ -53,7 +53,7 @@ export default [
53
54
parserOptions: {
55
project: ["tsconfig.eslint.json"],
56
- tsconfigRootDir: ".",
+ tsconfigRootDir: __dirname,
57
},
58
59
0 commit comments