chore: tidy commit lint rules

This commit is contained in:
Remy Sharp
2017-09-04 20:12:44 +01:00
parent 2af639102d
commit 205ba1ba02

View File

@@ -1 +1,7 @@
module.exports = {extends: ['@commitlint/config-angular']}
module.exports = {
rules: {
'body-tense': [0, 'never', 0],
lang: 'eng',
},
extends: ['@commitlint/config-angular'],
};