Skip to content

Commit 935d415

Browse files
authored
Add project: true to eslint parserOptions
1 parent c996516 commit 935d415

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

files/_ts_eslint.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ const parserOptions = {
3333
},
3434
ts: {
3535
projectService: true,
36+
project: true,
3637
tsconfigRootDir: import.meta.dirname,
3738
},
3839
},

0 commit comments

Comments
 (0)