Skip to content

Commit b8c3536

Browse files
committed
fix: disable commitlint case rules
1 parent 1a8c55d commit b8c3536

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
@@ -3,5 +3,8 @@ module.exports = {
33
parserPreset: 'conventional-changelog-conventionalcommits',
44
rules: {
55
'body-max-line-length': [2, 'always', 250],
6+
'subject-case': [0, 'always'],
7+
'header-case': [0, 'always'],
8+
'body-case': [0, 'always'],
69
},
710
}

0 commit comments

Comments
 (0)