chore: run lint during commit

This commit is contained in:
fryorcraken.eth 2022-09-27 22:28:35 +10:00
parent 4b656ce0f9
commit c54b716cc9
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
1 changed files with 4 additions and 0 deletions

4
.husky/pre-commit Executable file
View File

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