Skip to content

Commit

Permalink
feat: disable boddy & footer max line length
Browse files Browse the repository at this point in the history
  • Loading branch information
tada5hi committed Mar 29, 2024
1 parent fb2665e commit f1b311e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion packages/commitlint-config/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
module.exports = {
extends: ['@commitlint/config-conventional']
extends: ['@commitlint/config-conventional'],
rules: {
'body-max-line-length': [0],
'footer-max-line-length': [0],
},
}

0 comments on commit f1b311e

Please sign in to comment.