diff --git a/.husky/pre-commit b/.husky/pre-commit new file mode 100755 index 0000000000..2205895642 --- /dev/null +++ b/.husky/pre-commit @@ -0,0 +1,4 @@ +#!/bin/sh +. "$(dirname "$0")/_/husky.sh" + +npx --no-install pretty-quick --staged \ No newline at end of file