From b3198a44e98d1c1ca302663bca451c80295afbee Mon Sep 17 00:00:00 2001 From: ValdiANS Date: Fri, 24 Apr 2026 17:10:38 +0700 Subject: [PATCH] uncomment pre-commit --- .husky/pre-commit | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 0836a1c5..de6b606b 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,4 +1,4 @@ -#npm run format -#npm run lint -#npm run typecheck -#git add . +npm run format +npm run lint +npm run typecheck +git add .