Преглед изворни кода

chore: update eslint configuration (#4872)

vince пре 10 месеци
родитељ
комит
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',
         },
       },