File tree 2 files changed +8
-5
lines changed
2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -67,7 +67,9 @@ export async function markdown(
67
67
] ,
68
68
languageOptions : {
69
69
parserOptions : {
70
- project : null ,
70
+ project : false ,
71
+ projectService : false ,
72
+ program : null ,
71
73
ecmaFeatures : {
72
74
impliedStrict : true ,
73
75
} ,
Original file line number Diff line number Diff line change @@ -126,10 +126,11 @@ export function rsEslint(
126
126
...typeScriptSubOptions ,
127
127
filesTypeAware : filesTypeAware ?? defaultFilesTypesAware ,
128
128
parserOptions : {
129
- projectService : {
130
- maximumDefaultProjectFileMatchCount_THIS_WILL_SLOW_DOWN_LINTING :
131
- Number . POSITIVE_INFINITY ,
132
- } ,
129
+ projectService : true ,
130
+ // {
131
+ // maximumDefaultProjectFileMatchCount_THIS_WILL_SLOW_DOWN_LINTING:
132
+ // Number.POSITIVE_INFINITY,
133
+ // },
133
134
...parserOptions ,
134
135
} ,
135
136
} ;
You can’t perform that action at this time.
0 commit comments