Skip to content

Commit

Permalink
chore: disable body-max-line-length
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrinds committed Jul 29, 2021
1 parent b141d38 commit 8976370
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'body-max-line-length': [0, 'always'],
'scope-enum': [
2,
'always',
Expand All @@ -18,5 +19,3 @@ module.exports = {
]
}
};


0 comments on commit 8976370

Please sign in to comment.