build: Update linting config

This commit is contained in:
Cole Bemis
2017-11-19 18:01:04 -08:00
committed by GitHub
parent 343388c892
commit 14c796917d
6 changed files with 799 additions and 82 deletions

6
commitlint.config.js Normal file
View File

@@ -0,0 +1,6 @@
module.exports = {
extends: ['@commitlint/config-angular'],
rules: {
'subject-case': 'sentence-case',
},
};