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