Skip to content

Commit 89a743c

Browse files
committed
chore: 🔧 increase body-max-line-length limit to 1000 characters
1 parent 302bd57 commit 89a743c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

commitlint.config.cjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,6 @@ module.exports = {
66
extends: ['@commitlint/config-conventional'],
77
rules: {
88
'type-enum': [2, 'always', typeEnums],
9+
'body-max-line-length': [2, 'always', 1000],
910
},
1011
};

0 commit comments

Comments
 (0)