Skip to content

Commit

Permalink
fix: disable commit body length
Browse files Browse the repository at this point in the history
  • Loading branch information
SkandaBhat authored Feb 23, 2022
1 parent 69c008d commit 78ca858
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
module.exports = { extends: ['@commitlint/config-conventional'] };
module.exports = { extends: ['@commitlint/config-conventional'], 'body-max-line-length': [0, 'always', 200] };

0 comments on commit 78ca858

Please sign in to comment.