vben-admin-thin-next/.husky/pre-commit

11 lines
210 B
Plaintext
Raw Normal View History

2021-02-09 22:36:44 +08:00
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
. "$(dirname "$0")/common.sh"
[ -n "$CI" ] && exit 0
2021-02-09 23:47:14 +08:00
# Format and submit code according to lintstagedrc.js configuration
2021-02-09 22:36:44 +08:00
npm run lint:lint-staged
2021-02-19 22:05:03 +08:00
npm run lint:pretty