chore(eslint): upgrade to typescript-eslint v8, upgrade all eslint packages (#7082)
This commit is contained in:
@@ -9,7 +9,10 @@ export const index = [
|
||||
{
|
||||
languageOptions: {
|
||||
parserOptions: {
|
||||
project: './tsconfig.json',
|
||||
projectService: {
|
||||
allowDefaultProject: ['./src/*.ts', './src/*.tsx'],
|
||||
defaultProject: './tsconfig.json',
|
||||
},
|
||||
tsconfigDirName: import.meta.dirname,
|
||||
...rootParserOptions,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user