fix: setup husky properly (#7727)

This change addresses breaking changes that happened in husky which, as a result, didn't run properly since the update.
Closes #7726
This commit is contained in:
Jan Scheffler
2021-10-27 23:12:10 +02:00
committed by GitHub
parent 5b792de7a9
commit 8b712e7b64
4 changed files with 13 additions and 8 deletions

4
.husky/pre-comit Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"
npm run eslint