zhengyiming
2025-11-12 f1ff27e72013b5c89de241d4d3ab11244aa91e15
1
2
3
4
5
6
#!/bin/sh
 
# shellcheck source=./_/husky.sh
. "$(dirname "$0")/_/husky.sh"
 
npx --no-install commitlint --edit "$1"