refactor(husky): add pre-commits

This commit is contained in:
2022-08-13 19:15:49 +01:00
parent b702811afc
commit c65823b03f
4 changed files with 238 additions and 8 deletions

4
.husky/pre-commit Executable file
View File

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