chore: add commitlint

This commit is contained in:
Paul Bredenberg 2020-05-20 09:35:04 -04:00
parent 4ec823b7d4
commit 505ab6e050
4 changed files with 1384 additions and 1 deletions

5
commitlint.config.js Normal file
View file

@ -0,0 +1,5 @@
'use strict';
module.exports = {
extends: [ '@silvermine/eslint-config/commitlint.js' ],
};