We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
{body,footer,header}-max(-line)-length
1 parent dc44a1a commit 5f63d65Copy full SHA for 5f63d65
commitlint.config.js
@@ -1,3 +1,8 @@
1
module.exports = {
2
extends: ['@commitlint/config-conventional'],
3
+ rules: {
4
+ 'body-max-line-length': [2, 'always', 120],
5
+ 'footer-max-line-length': [2, 'always', 120],
6
+ 'header-max-length': [2, 'always', 72],
7
+ },
8
};
0 commit comments