Skip to content

Instantly share code, notes, and snippets.

@lydemann
Last active November 1, 2019 20:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lydemann/03c60d395d13256585167a3ee6b084e8 to your computer and use it in GitHub Desktop.
Save lydemann/03c60d395d13256585167a3ee6b084e8 to your computer and use it in GitHub Desktop.
Husky Angular Config
{
"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