Skip to content

Commit

Permalink
feat: changed commit lint config
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddharth9890 committed Mar 12, 2024
1 parent 9ad46a1 commit 955e22d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'body-max-line-length': [2, 'always', 200],
'footer-max-line-length': [2, 'always', 100],
},
};

0 comments on commit 955e22d

Please sign in to comment.