chore(semver): add commit-lint

Use commit-lint commit hooks so that our commits will work with semver.  Also works with Travis so PRs containing invalid commits will fail tests.
This commit is contained in:
Ray Schamp 2018-04-11 15:19:30 -04:00
parent 79d5b8f89e
commit 4cb940a65b
3 changed files with 9 additions and 0 deletions

1
commitlint.config.js Normal file
View file

@ -0,0 +1 @@
module.exports = {extends: ['@commitlint/config-conventional']};