Skip to content

Commit

Permalink
chore: disable body-max-line-length rule
Browse files Browse the repository at this point in the history
  • Loading branch information
aleclarson committed Jun 25, 2024
1 parent 6fabc24 commit a5bdbea
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
export default {
extends: ['@commitlint/config-conventional'],
rules: {
'body-max-line-length': [0],
'footer-max-line-length': [0]
}
}

0 comments on commit a5bdbea

Please sign in to comment.