diff --git a/.husky/pre-commit b/.husky/pre-commit index 8f5e508..c3a09e6 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,5 +1,4 @@ #!/usr/bin/env sh . "$(dirname -- "$0")/_/husky.sh" -pnpm run lint -pnpm run format \ No newline at end of file +pnpm run lint \ No newline at end of file