瀏覽代碼

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