Skip to content

Commit

Permalink
chore: disable length related commitlint rules (#3287)
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Jun 10, 2022
1 parent 652cc70 commit ce7352d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions commitlint.config.js
@@ -1,3 +1,8 @@
module.exports = {
extends: ["@commitlint/config-conventional"],
rules: {
"header-max-length": [0],
"body-max-line-length": [0],
"footer-max-line-length": [0],
},
};

0 comments on commit ce7352d

Please sign in to comment.