diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2023-01-05 18:56:39 +1100 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2023-01-05 18:56:39 +1100 |
commit | 7ba0eb17269b38f3bb617485e9745fa6ee673c7b (patch) | |
tree | 28b145f59270435c8a732b52f72e74777990e15e /.husky | |
parent | Don't send private user data in ready event (diff) | |
download | server-7ba0eb17269b38f3bb617485e9745fa6ee673c7b.tar.xz |
Prettier precommit hook
Diffstat (limited to '.husky')
-rw-r--r-- | .husky/pre-commit | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/.husky/pre-commit b/.husky/pre-commit new file mode 100644 index 00000000..0da96d6b --- /dev/null +++ b/.husky/pre-commit @@ -0,0 +1,4 @@ +#!/usr/bin/env sh +. "$(dirname -- "$0")/_/husky.sh" + +npx pretty-quick --staged |