Skip to content

Commit

Permalink
fix(build): commit lint
Browse files Browse the repository at this point in the history
Signed-off-by: Cory Rylan <cory@coryrylan.com>
  • Loading branch information
coryrylan committed Oct 12, 2023
1 parent 4f54895 commit f161d36
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .commitlintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ module.exports = {
'body-max-line-length': [0, 'always', 100],
'body-max-length': [0, 'always', 100],
'footer-max-line-length': [0, 'always', 100],
'footer-leading-blank': [0, 'always'],
'type-empty': [2, 'never'],
'type-enum': [2, 'always', ['chore', 'feat', 'fix']]
}
Expand Down

0 comments on commit f161d36

Please sign in to comment.