Skip to content

Commit 72b29bf

Browse files
feat: enable typescript project service 👏
https://typescript-eslint.io/packages/parser#projectservice
1 parent 75094a4 commit 72b29bf

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/eslint-config-typescript/index.mjs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ const config = {
1010
},
1111
languageOptions: {
1212
parser,
13+
parserOptions: {
14+
projectService: true,
15+
},
1316
},
1417
settings: {
1518
'import/resolver': { typescript: {} },

0 commit comments

Comments
 (0)