Skip to content

Commit fa857b9

Browse files
committed
chore: remove description length limits
1 parent 4a5925a commit fa857b9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.commitlintrc.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,6 @@ module.exports ={
33
// Ignore rules can be found here
44
// https://github.com/conventional-changelog/commitlint/blob/master/%40commitlint/is-ignored/src/defaults.ts
55
defaultIgnores: true,
6+
'body-max-length': Infinity,
7+
'body-max-line-length': Infinity,
68
}

0 commit comments

Comments
 (0)