layui/.husky/commit-msg

6 lines
97 B
Plaintext
Raw Normal View History

#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
2022-02-16 17:22:55 +08:00
npm run lint:prettier
2022-06-12 22:33:51 +08:00
npx --no -- commitlint --edit $1