Skip to content

Commit

Permalink
chore: allow subject cases to be sentences
Browse files Browse the repository at this point in the history
  • Loading branch information
LoneRifle authored Jun 8, 2020
1 parent f343324 commit ece8285
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'subject-case': [2, 'never', ['start-case', 'pascal-case', 'upper-case']]
'scope-case': [2, 'always', ['pascal-case', 'lower-case', 'camel-case']],
},
}

0 comments on commit ece8285

Please sign in to comment.