committed by
GitHub
4 changed files with 15 additions and 6 deletions
@ -0,0 +1 @@ |
|||
_ |
|||
@ -0,0 +1,7 @@ |
|||
#!/bin/sh |
|||
. "$(dirname "$0")/_/husky.sh" |
|||
|
|||
# Export Git hook params |
|||
export GIT_PARAMS=$* |
|||
|
|||
npx --no-install fabric verify-commit |
|||
@ -0,0 +1,4 @@ |
|||
#!/bin/sh |
|||
. "$(dirname "$0")/_/husky.sh" |
|||
|
|||
npx --no-install lint-staged |
|||
Loading…
Reference in new issue