Skip to content

Commit 602b08e

Browse files
committed
fix: 🐛 commitlint should lint commit messages without errors
related issues: conventional-changelog/commitlint#902
1 parent 009773b commit 602b08e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.husky/commit-msg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
npx --no-install commitlint --edit "$1"
1+
npx --no-install commitlint --config commitlint.config.cjs --edit "$1"

0 commit comments

Comments
 (0)