/ .husky / commit-msg
commit-msg
1  #!/bin/sh
2  . "$(dirname "$0")/_/husky.sh"
3  
4  npx --no -- commitlint --edit "${1}"