chore(semver): use commitlint to lint commits!

This commit is contained in:
Ray Schamp 2018-02-13 15:48:07 -05:00
parent fb7f973065
commit 97f30d23d0
2 changed files with 5 additions and 0 deletions

1
commitlint.config.js Normal file
View file

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