We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a9b6fdf commit 8c82a00Copy full SHA for 8c82a00
.husky/commit-msg
@@ -1,4 +1,4 @@
1
#!/usr/bin/env sh
2
. "$(dirname -- "$0")/_/husky.sh"
3
4
-yarn run commitlint ${1}
+yarn run commitlint --edit "$1"
commitlint.config.js renamed to commitlint.config.cjs
0 commit comments