From 9b36a39af512b7580eff820e69770de50c765111 Mon Sep 17 00:00:00 2001 From: "Mr.Z" Date: Sat, 16 Dec 2023 15:10:27 +0800 Subject: [PATCH] chore: remove `typecheck` from pre-commit lint-staged/lint-staged#468 check all files try fixed microsoft/TypeScript#27379 microsoft/TypeScript#49817 as an alternative https://github.com/gustavopch/tsc-files --- .lintstagedrc.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.lintstagedrc.json b/.lintstagedrc.json index 4b2be29..a4f1833 100644 --- a/.lintstagedrc.json +++ b/.lintstagedrc.json @@ -1,8 +1,5 @@ { "**/*.{js,ts,jsx,tsx,md}": [ "eslint --fix" - ], - "**/*.{ts,tsx}": [ - "tsc --noEmit --skipLibCheck" - ] + ] } \ No newline at end of file