chore: update eslint configuration (#4872)

master
vince 1 year ago committed by GitHub
parent 67c2b13713
commit a89711610d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -22,7 +22,7 @@ export async function typescript(): Promise<Linter.Config[]> {
ecmaVersion: 'latest', ecmaVersion: 'latest',
extraFileExtensions: ['.vue'], extraFileExtensions: ['.vue'],
jsxPragma: 'React', jsxPragma: 'React',
project: './tsconfig.*?.json', project: './tsconfig.*.json',
sourceType: 'module', sourceType: 'module',
}, },
}, },

Loading…
Cancel
Save