Browse Source

chore: update eslint configuration (#4872)

pull/4881/head
vince 1 year ago
committed by GitHub
parent
commit
a89711610d
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      internal/lint-configs/eslint-config/src/configs/typescript.ts

2
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',
},
},

Loading…
Cancel
Save