From 8ff93aa29bea8bf81bb5bb4d49a541464a521b6c Mon Sep 17 00:00:00 2001 From: Violet Caulfield Date: Fri, 11 Apr 2025 07:16:25 -0500 Subject: [PATCH] add linting to husky pre commit --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index 102c1e83..34969082 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,2 +1,2 @@ -# npx lint-staged +npx lint-staged npm run test