Skip to content

Commit 340cc0a

Browse files
dafyddjmyii
authored andcommitted
chore(commitlint): add {body,footer,header}-max(-line)-length [skip ci]
* Automated using myii/ssf-formula#265
1 parent 4d49d24 commit 340cc0a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

commitlint.config.js

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
module.exports = {
22
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+
},
38
};

0 commit comments

Comments
 (0)