Skip to content

Commit 593a755

Browse files
committed
chore(linting): use parserOptions.projectService
1 parent ba137ad commit 593a755

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

.eslintrc.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@
77
"node": true
88
},
99
"parserOptions": {
10-
"project": ["./tsconfig.json"],
11-
"EXPERIMENTAL_useProjectService": true,
12-
"ecmaFeatures": {
13-
"jsx": false
14-
}
10+
"projectService": true
1511
},
1612
"settings": {
1713
"import/extensions": [".ts", ".mts", ".cts", ".js", ".json"],

0 commit comments

Comments
 (0)