Skip to content

Commit 88290f6

Browse files
committed
chore(commitlint): get rid of warning?
1 parent a9cae76 commit 88290f6

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

commitlint.config.cjs

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
1-
module.exports = {
1+
module.exports = {
22
extends: ['@commitlint/config-conventional'],
33
rules: {
4-
'body-max-line-length': [1, 'always', 200],
4+
'body-max-line-length': [1, 'always', 250],
5+
'footer-max-line-length': [1, 'always', 150],
56
'type-empty': [1, 'never'],
67
'subject-empty': [1, 'never']
78
}
8-
}
9+
}

0 commit comments

Comments
 (0)