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.
2 parents c9b78a3 + c495445 commit 87f91b0Copy full SHA for 87f91b0
commitlint.config.js
@@ -27,6 +27,8 @@ module.exports = {
27
"vue-model-api",
28
],
29
30
- "subject-case": [0, 'never']
+ "subject-case": [0, 'never'],
31
+ // No need to restrict the body line length. That only gives issues with URLs etc.
32
+ "body-max-line-length": [0, 'always']
33
},
34
};
0 commit comments