chore: add lint staged and husky setup

This commit is contained in:
Daniel Lautzenheiser
2022-12-06 09:41:54 -05:00
parent 04426f6726
commit 8842315af3
7 changed files with 598 additions and 3 deletions

4
.husky/pre-commit Normal file
View File

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