vince
1 year ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
internal/lint-configs/eslint-config/src/configs/typescript.ts
|
|
|
@ -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', |
|
|
|
}, |
|
|
|
}, |
|
|
|
|