From a6a521b7ae892dffbd15094aefe328ea5e67f98e Mon Sep 17 00:00:00 2001 From: DanMihailescu Date: Tue, 31 Dec 2024 23:28:40 -0500 Subject: [PATCH] Update pre-commit Signed-off-by: DanMihailescu --- .husky/pre-commit | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.husky/pre-commit b/.husky/pre-commit index fe63e81..4e90cbe 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,2 +1,2 @@ bunx prettier . --write - bunx eslint_d $(git diff --name-only HEAD | grep -E '\.(*)$' | xargs) +bunx eslint_d $(git diff --name-only HEAD | grep -E '\.(*)$' | xargs)