diff --git a/.commitlintrc.js b/.commitlintrc.js index 7b51e0199..5310c98ba 100644 --- a/.commitlintrc.js +++ b/.commitlintrc.js @@ -3,4 +3,6 @@ module.exports ={ // Ignore rules can be found here // https://github.com/conventional-changelog/commitlint/blob/master/%40commitlint/is-ignored/src/defaults.ts defaultIgnores: true, + 'body-max-length': Infinity, + 'body-max-line-length': Infinity, }