From 282f2444dabedcb24b9055fc353d8c09d8cae808 Mon Sep 17 00:00:00 2001 From: Aaron Yarborough <3855819+AaronJY@users.noreply.github.com> Date: Sat, 3 May 2025 15:44:31 +0100 Subject: [PATCH] chore: remove auto format --- .husky/pre-commit | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index eb76642..a845b85 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,3 +1 @@ -echo Formatting... -npm run lint -echo Successfully formatted. \ No newline at end of file +npm run lint \ No newline at end of file