File tree Expand file tree Collapse file tree 3 files changed +81
-81
lines changed Expand file tree Collapse file tree 3 files changed +81
-81
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ const config = [
6
6
{
7
7
languageOptions : {
8
8
parserOptions : {
9
- EXPERIMENTAL_useProjectService : true ,
9
+ projectService : true ,
10
10
project : './tsconfig.json' ,
11
11
} ,
12
12
} ,
Original file line number Diff line number Diff line change 83
83
},
84
84
"pnpm" : {
85
85
"overrides" : {
86
- "@typescript-eslint/eslint-plugin" : " 8.0.0-alpha.15 " ,
87
- "@typescript-eslint/parser" : " 8.0.0-alpha.15 " ,
88
- "@typescript-eslint/scope-manager" : " 8.0.0-alpha.15 " ,
89
- "@typescript-eslint/utils" : " 8.0.0-alpha.15 " ,
86
+ "@typescript-eslint/eslint-plugin" : " 8.0.0-alpha.16 " ,
87
+ "@typescript-eslint/parser" : " 8.0.0-alpha.16 " ,
88
+ "@typescript-eslint/scope-manager" : " 8.0.0-alpha.16 " ,
89
+ "@typescript-eslint/utils" : " 8.0.0-alpha.16 " ,
90
90
"eslint" : " 9.3.0" ,
91
91
"eslint-plugin-jest" : " 28.5.0" ,
92
92
"eslint-plugin-react-hooks" : " 4.6.2" ,
You can’t perform that action at this time.
0 commit comments