Skip to content

Commit 8692ee5

Browse files
committed
🐛 add parserOptions.project
1 parent 6604ccd commit 8692ee5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/configs/_ts.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ module.exports = {
1313
parser: require.resolve("@typescript-eslint/parser"),
1414
parserOptions: {
1515
loggerFn: false,
16+
project: "tsconfig.json",
1617
},
1718
rules: {
1819
// Enabled rules

0 commit comments

Comments
 (0)