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 302bd57 commit 89a743cCopy full SHA for 89a743c
commitlint.config.cjs
@@ -6,5 +6,6 @@ module.exports = {
6
extends: ['@commitlint/config-conventional'],
7
rules: {
8
'type-enum': [2, 'always', typeEnums],
9
+ 'body-max-line-length': [2, 'always', 1000],
10
},
11
};
0 commit comments