Created
March 17, 2020 15:08
-
-
Save yyynnn/08f49d266af8dd511321531cbed5ddc5 to your computer and use it in GitHub Desktop.
huskyrc.js
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
module.exports = { | |
hooks: { | |
'commit-msg': 'commitlint -E HUSKY_GIT_PARAMS' | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment