Skip to content

Commit

Permalink
Merge branch 'main' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
jef authored Dec 12, 2024
2 parents d048916 + 183aa38 commit c6b8b9f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion commitlint.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ module.exports = {
'never',
['sentence-case', 'start-case', 'pascal-case', 'upper-case']
],
'body-max-line-length': [0, 'always', 0]
'body-max-line-length': [0, 'always', 0],
'scope-empty': [2, 'never']
}
};

0 comments on commit c6b8b9f

Please sign in to comment.