From ae2df5096d0b0933e05de864c5237d025c8efc7f Mon Sep 17 00:00:00 2001 From: Ayo Ayco Date: Thu, 19 Dec 2024 22:42:28 +0100 Subject: [PATCH] chore: remove format in pre-commit hook --- .husky/pre-commit | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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