Skip to content

Commit

Permalink
Merge pull request #303 from jodelamo/body-max-line-length
Browse files Browse the repository at this point in the history
chore: disable `body-max-line-length` commitlint rule
  • Loading branch information
jodelamo authored Jun 26, 2023
2 parents 7dd8fd8 + 0276f77 commit 37b5552
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions commitlint.config.cjs
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'body-max-line-length': [0, 'always'],
},
}

0 comments on commit 37b5552

Please sign in to comment.