Skip to content
This repository was archived by the owner on Mar 3, 2026. It is now read-only.

Commit 1f9ef55

Browse files
committed
chore: relax commitlint line length rules
1 parent d55c66f commit 1f9ef55

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

commitlint.config.js

Lines changed: 5 additions & 0 deletions
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', 300],
5+
'footer-max-line-length': [2, 'always', 300],
6+
},
37
};
8+

0 commit comments

Comments
 (0)