Add commitlint support

This commit is contained in:
Michael Vines
2020-06-12 21:50:23 -07:00
parent 483fb86b06
commit f3965c3eb7
3 changed files with 46 additions and 6 deletions

View File

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