Skip to content

Commit

Permalink
Merge branch 'release/3.3.0'
Browse files Browse the repository at this point in the history
  • Loading branch information
beatrizsmerino committed Jun 25, 2024
2 parents 95f1c3e + 83be1e2 commit 5e50798
Show file tree
Hide file tree
Showing 5 changed files with 9,830 additions and 10,265 deletions.
1 change: 0 additions & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no-install commitlint --edit "$1"
5 changes: 0 additions & 5 deletions commitlint.config.js

This file was deleted.

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

0 comments on commit 5e50798

Please sign in to comment.