diff --git a/.husky/pre-commit b/.husky/pre-commit index f621ff8..c16a85a 100644 --- a/.husky/pre-commit +++ b/.husky/pre-commit @@ -1,3 +1,2 @@ #!/usr/bin/env sh -bunx prettier --write . -bunx eslint --fix . +bunx prettier --write . && bunx eslint --fix .