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 4d49d24 commit 340cc0aCopy full SHA for 340cc0a
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