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 a052d90 commit e999313Copy full SHA for e999313
husky.config.js
@@ -1,5 +1,6 @@
1
module.exports = {
2
hooks: {
3
'pre-commit': 'lint-staged',
4
+ 'commit-msg': 'commitlint -E HUSKY_GIT_PARAMS',
5
},
6
};
0 commit comments