Setup Husky and lint-stage for commit fixing (#23308)

This commit is contained in:
Nick Schonning 2023-03-26 23:17:19 -04:00 committed by GitHub
parent 63a6808ee1
commit 34225d7199
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 285 additions and 6 deletions

4
.husky/pre-commit Executable file
View file

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