Files
geg-gas-web/.husky/pre-commit

9 lines
189 B
Plaintext
Raw Normal View History

2024-02-05 09:15:37 +08:00
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
. "$(dirname "$0")/common.sh"
[ -n "$CI" ] && exit 0
# Format and submit code according to lintstagedrc.js configuration
npm run lint:lint-staged