Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
paullaffitte committed Jun 11, 2024
1 parent 046bd24 commit 38f877a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
module.exports = {
extends: ['@commitlint/config-conventional'],
rules: {
'header-max-length': [0, 'always'],
'body-max-line-length': [0, 'always'],
'footer-max-line-length': [0, 'always'],
'header-max-length': [0],
'body-max-line-length': [0],
'footer-max-line-length': [0],
},
};

0 comments on commit 38f877a

Please sign in to comment.