pre-commit 146 B

12345
  1. #!/bin/sh
  2. . "$(dirname "$0")/_/husky.sh"
  3. # Disable concurent to run `check-types` after ESLint in lint-staged
  4. npx lint-staged --concurrent false