Skip to content

Instantly share code, notes, and snippets.

@isabelsa
Created July 7, 2019 11:29
Show Gist options
  • Save isabelsa/2a044d12ac3aa0e288501ea7f64ed370 to your computer and use it in GitHub Desktop.
Save isabelsa/2a044d12ac3aa0e288501ea7f64ed370 to your computer and use it in GitHub Desktop.
.huskyrc
{
"hooks": {
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS",
"pre-commit": "npm run lint"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment