Skip to content

Commit fbd399c

Browse files
Merge pull request #126 from mkszepp/add-project-true-to-parser-option
[bugfix release] Add eslint parser option `project: true`
2 parents c996516 + 935d415 commit fbd399c

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)