layui/.husky/commit-msg

6 lines
97 B
Plaintext
Raw Normal View History

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