Skip to content

Commit bc74e46

Browse files
committed
chore: disable lint-staged concurrent in pre-commit hook to avoid eslint vs prettier battles [skip ci]
1 parent 5efdad1 commit bc74e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.husky/pre-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
#!/bin/sh
22
. "$(dirname "$0")/_/husky.sh"
33

4-
pnpx --no-install lint-staged
4+
pnpx --no-install lint-staged --concurrent false

0 commit comments

Comments
 (0)