diff --git a/.husky/pre-commit b/.husky/pre-commit index 2efbf65..0088bc5 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,2 +1,2 @@ bunx prettier . --write - \ No newline at end of file + bunx eslint $(git diff --name-only HEAD | grep -E '\.(js|jsx)$' | xargs)