Skip to content

Commit 9b66c1d

Browse files
committed
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
1 parent df6f262 commit 9b66c1d

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.lintstagedrc.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,5 @@
44
],
55
"**/*.{js,ts,jsx,tsx,md}": [
66
"eslint --fix"
7-
],
8-
"**/*.{ts,tsx}": [
9-
"tsc --noEmit --skipLibCheck"
107
]
11-
128
}

0 commit comments

Comments
 (0)