chore(tooling): husky commit hooks

This commit is contained in:
Erica Marigold 2022-11-22 17:44:38 +05:30
parent 778af70db7
commit 0a25a8f355
No known key found for this signature in database
GPG key ID: 23CD97ABBBCC5ED2

4
.husky/pre-commit Normal file
View file

@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
pnpm lint && pnpm format