Skip to content

Commit

Permalink
ci: upgrade to commitlint 18.4.3 and move config to commitlint.config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
brettstack committed Dec 19, 2023
1 parent b6d46b8 commit 97dd8fe
Show file tree
Hide file tree
Showing 3 changed files with 273 additions and 812 deletions.
12 changes: 12 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
module.exports = {
extends: [
'@commitlint/config-conventional'
],
rules: {
'body-max-line-length': [
2,
'always',
240
]
}
}
Loading

0 comments on commit 97dd8fe

Please sign in to comment.