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
pragmaticivan committed Nov 17, 2024
1 parent 916c8ec commit 0eb5881
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions commitlint.config.js
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],
},
};

0 comments on commit 0eb5881

Please sign in to comment.