chore: add commitlint

This commit is contained in:
Christopher Willis-Ford 2022-06-02 10:08:43 -07:00
parent 5266c84c0e
commit dfd70e06c7
3 changed files with 3819 additions and 18 deletions

3
commitlint.config.js Normal file
View file

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