We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11397da commit 110471eCopy full SHA for 110471e
.huskyrc
@@ -2,6 +2,6 @@
2
"hooks": {
3
"pre-push": "npm t",
4
"pre-commit": "npm run lint",
5
- "commit-msg": "conventional-changelog-lint -p angular -e"
+ "commit-msg": "commitlint --extends=@commitlint/config-angular -e"
6
}
7
0 commit comments