Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit 19b54a2

Browse files
committed
feat(linter): git commit messages linter
1 parent 685c0a8 commit 19b54a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.huskyrc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"hooks": {
33
"pre-commit": "lint-staged",
44
"pre-push": "yarn test:unit",
5-
"commit-msg": "echo $HUSKY_GIT_PARAMS"
5+
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
66
}
77
}

0 commit comments

Comments
 (0)