Skip to content

Commit

Permalink
chore: added commitlint precommit hook (#264)
Browse files Browse the repository at this point in the history
* chore: upgrade package-lock to v3

* chore: added husky

* chore: added commitlint precommit hook
  • Loading branch information
yanlow authored Nov 28, 2023
1 parent 2878d47 commit 1d693f5
Show file tree
Hide file tree
Showing 3 changed files with 10,475 additions and 6,219 deletions.
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 -- commitlint --edit ${1}
Loading

0 comments on commit 1d693f5

Please sign in to comment.