We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cfa2ce6 + fa857b9 commit 587afadCopy full SHA for 587afad
.commitlintrc.js
@@ -3,4 +3,6 @@ module.exports ={
3
// Ignore rules can be found here
4
// https://github.com/conventional-changelog/commitlint/blob/master/%40commitlint/is-ignored/src/defaults.ts
5
defaultIgnores: true,
6
+ 'body-max-length': Infinity,
7
+ 'body-max-line-length': Infinity,
8
}
0 commit comments