Skip to content

Commit 1a068cf

Browse files
committed
🐛 fix: update the parserOption project option
1 parent 79c8917 commit 1a068cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eslint.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default defineConfig([
3737
languageOptions: {
3838
parser: tsParser,
3939
parserOptions: {
40-
project: "./tsconfig.json",
40+
project: true,
4141
tsconfigRootDir: new URL(".", import.meta.url).pathname,
4242
ecmaVersion: "latest",
4343
sourceType: "module",

0 commit comments

Comments
 (0)