Skip to content

Commit

Permalink
chore(commitlint.config): remove scope case rule
Browse files Browse the repository at this point in the history
conventional commits do not restrict scope casing
  • Loading branch information
BerkeleyTrue committed Jun 4, 2018
1 parent 8bda7d0 commit 3b1da02
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
module.exports = {
extends: [ '@commitlint/config-conventional' ],
rules: {
'scope-case': [ 0 ],
},
};

0 comments on commit 3b1da02

Please sign in to comment.