Last active
November 1, 2019 20:21
-
-
Save lydemann/03c60d395d13256585167a3ee6b084e8 to your computer and use it in GitHub Desktop.
Husky Angular Config
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
{ | |
"hooks": { | |
"commit-msg": "commitlint --config commitlint.config.js -E HUSKY_GIT_PARAMS", | |
"pre-commit": "lint-staged", | |
"post-merge": "post-npm-install" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment