Просмотр исходного кода

chore: update eslint configuration (#4872)

vince 10 месяцев назад
Родитель
Сommit
a89711610d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      internal/lint-configs/eslint-config/src/configs/typescript.ts

+ 1 - 1
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',
         },
       },