diff options
Diffstat (limited to '.husky')
-rwxr-xr-x | .husky/pre-commit | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.husky/pre-commit b/.husky/pre-commit index 0da96d6b..1bc5a8c6 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -npx pretty-quick --staged +npx -y lint-staged \ No newline at end of file |