Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Commit

Permalink
chore: fix Git Hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Jan 13, 2022
1 parent 1f0afeb commit 6e683ad
Show file tree
Hide file tree
Showing 4 changed files with 263 additions and 511 deletions.
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

commitlint --edit "$1"
4 changes: 4 additions & 0 deletions .husky/pre-push
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run format
Loading

0 comments on commit 6e683ad

Please sign in to comment.