Skip to content

Commit

Permalink
chore: upgrade all deps 💣
Browse files Browse the repository at this point in the history
  • Loading branch information
robertrossmann committed Oct 5, 2024
1 parent 07d087e commit b0e6658
Show file tree
Hide file tree
Showing 4 changed files with 6,506 additions and 4,232 deletions.
7 changes: 0 additions & 7 deletions .commitlintrc.js

This file was deleted.

10 changes: 10 additions & 0 deletions commitlint.config.mjs
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
export default {
extends: [
'@commitlint/config-conventional',
],
rules: {
'body-leading-blank': [2, 'always'],
'body-max-line-length': [0],
'footer-max-line-length': [0],
},
}
Loading

0 comments on commit b0e6658

Please sign in to comment.