Skip to content

Commit 9f78280

Browse files
committed
chore: update configuration of commitlint
Signed-off-by: David Bernard <[email protected]>
1 parent 08b0011 commit 9f78280

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

commitlint.config.js renamed to commitlint.config.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ module.exports = {
22
parserPreset: 'conventional-changelog-conventionalcommits',
33
rules: {
44
'body-leading-blank': [1, 'always'],
5-
'body-max-line-length': [2, 'always', 100],
5+
'body-max-line-length': [2, 'always', 120],
66
'footer-leading-blank': [1, 'always'],
7-
'footer-max-line-length': [2, 'always', 100],
8-
'header-max-length': [2, 'always', 100],
7+
'footer-max-line-length': [2, 'always', 120],
8+
'header-max-length': [2, 'always', 120],
99
'subject-case': [
1010
2,
1111
'never',

0 commit comments

Comments
 (0)