Skip to content

Commit

Permalink
chore(): fix husky hooks
Browse files Browse the repository at this point in the history
  • Loading branch information
Tony133 committed Sep 28, 2022
1 parent c7697ea commit 46f0390
Show file tree
Hide file tree
Showing 5 changed files with 16,517 additions and 42 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
@@ -0,0 +1 @@
_
4 changes: 4 additions & 0 deletions .husky/commit-msg
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx commitlint -c --config .commitlintrc.json -E --edit $1
4 changes: 4 additions & 0 deletions .husky/pre-commit
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged

0 comments on commit 46f0390

Please sign in to comment.