We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8c55d commit b8c3536Copy full SHA for b8c3536
commitlint.config.js
@@ -3,5 +3,8 @@ module.exports = {
3
parserPreset: 'conventional-changelog-conventionalcommits',
4
rules: {
5
'body-max-line-length': [2, 'always', 250],
6
+ 'subject-case': [0, 'always'],
7
+ 'header-case': [0, 'always'],
8
+ 'body-case': [0, 'always'],
9
},
10
}
0 commit comments