We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c10b5b commit 72c6058Copy full SHA for 72c6058
.husky/commit-msg
@@ -1,5 +1,4 @@
1
#!/bin/sh
2
. "$(dirname "$0")/_/husky.sh"
3
-. "$(dirname "$0")/common.sh"
4
5
-yarn commitlint --edit "$1"
+npx @commitlint/cli --extends @bubkoo/commitlint-config --edit "$1"
.husky/common.sh
.husky/pre-commit
-yarn lint-staged
+npx lint-staged
.husky/prepare-commit-msg
0 commit comments