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