pre-commit 159 B

1234567
  1. #!/bin/sh
  2. . "$(dirname "$0")/_/husky.sh"
  3. [ -n "$CI" ] && exit 0
  4. # Format and submit code according to lintstagedrc.js configuration
  5. npm run lint:lint-staged