Skip to content

Commit 02ac930

Browse files
committed
feat(base): [typescript-eslint] update parserOptions to use projectService instead of project
- following recommendation from typescript-eslint: https://typescript-eslint.io/packages/parser#project
1 parent 7d39cb1 commit 02ac930

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configs/base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module.exports = tseslint.config(
2222
languageOptions: {
2323
parserOptions: {
2424
// find the tsconfig.json nearest each source file
25-
project: true,
25+
projectService: true,
2626
},
2727
},
2828
linterOptions: {

0 commit comments

Comments
 (0)