chore: upgrade husky, lint-staged (#1239)

* chore: add husky auto-setup

* chore: update husky, lint-staged
This commit is contained in:
metonym 2022-04-10 10:53:14 -07:00 committed by GitHub
commit 4c0d6ea5a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 188 additions and 326 deletions

1
.husky/.gitignore vendored Normal file
View file

@ -0,0 +1 @@
_

4
.husky/pre-commit Executable file
View file

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