From 3e71c6e7f6a634e7e1ffed89233501168d3621d5 Mon Sep 17 00:00:00 2001 From: Aman Singh Date: Mon, 4 Nov 2024 18:50:02 +0530 Subject: [PATCH] fix: lint --- .husky/pre-commit | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 7400bcbf63..94bdd644c0 100755 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -2,9 +2,9 @@ . "$(dirname -- "$0")/_/husky.sh" # npm run format:fix -# npm run lint:fix -# npm run lint-staged -# npm run typecheck +npm run lint:fix +npm run lint-staged +npm run typecheck npm run update:toc git add .