Skip to content

Commit

Permalink
chore(git): config for validating commit msg
Browse files Browse the repository at this point in the history
  • Loading branch information
ccrowhurstram committed Oct 12, 2016
1 parent 479aede commit 5a095b6
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,10 @@
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
},
"validate-commit-msg": {
"types": "conventional-commit-types",
"helpMessage": "To help create valid commit messages consider using `npm run cm` instead of `git commit`"
}
}
}

0 comments on commit 5a095b6

Please sign in to comment.