Skip to content

Commit aedf1af

Browse files
committed
chore: relax the commitlint rules
1 parent e0105c0 commit aedf1af

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.commitlintrc.js

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
module.exports = {
22
extends: [
33
'@commitlint/config-conventional'
4-
]
4+
],
5+
rules: {
6+
'body-max-line-length': [0, 'always'],
7+
'footer-max-line-length': [0, 'always']
8+
},
59
};

0 commit comments

Comments
 (0)