diff --git a/.husky/pre-commit b/.husky/pre-commit new file mode 100644 index 0000000..1a22c44 --- /dev/null +++ b/.husky/pre-commit @@ -0,0 +1,4 @@ +#!/usr/bin/env sh +. "$(dirname -- "$0")/_/husky.sh" + +pnpm lint && pnpm format \ No newline at end of file