chore: update eslint configuration (#4872)
parent
67c2b13713
commit
a89711610d
|
@ -22,7 +22,7 @@ export async function typescript(): Promise<Linter.Config[]> {
|
|||
ecmaVersion: 'latest',
|
||||
extraFileExtensions: ['.vue'],
|
||||
jsxPragma: 'React',
|
||||
project: './tsconfig.*?.json',
|
||||
project: './tsconfig.*.json',
|
||||
sourceType: 'module',
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue