Skip to content

Commit 3b1da02

Browse files
committed
chore(commitlint.config): remove scope case rule
conventional commits do not restrict scope casing
1 parent 8bda7d0 commit 3b1da02

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

commitlint.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
module.exports = {
22
extends: [ '@commitlint/config-conventional' ],
3+
rules: {
4+
'scope-case': [ 0 ],
5+
},
36
};

0 commit comments

Comments
 (0)