Skip to content

Commit

Permalink
Merge pull request privacy-scaling-explorations#868 from privacy-scal…
Browse files Browse the repository at this point in the history
…ing-explorations/chore/cz

chore(cz): update commitizen (cz) and add scripts around it
  • Loading branch information
ctrlc03 authored Dec 7, 2023
2 parents 4c4443d + 1da19d8 commit 3f8fcda
Show file tree
Hide file tree
Showing 5 changed files with 3,458 additions and 2,840 deletions.
1 change: 1 addition & 0 deletions .eslintignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,4 @@ coverage
build
typechain-types
.eslintrc.js
commitlint.config.js
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no-install commitlint --edit $1
3 changes: 3 additions & 0 deletions commitlint.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
extends: ["@commitlint/config-conventional"],
};
Loading

0 comments on commit 3f8fcda

Please sign in to comment.