Update Husky hooks

This commit is contained in:
viktorstrate
2021-04-03 17:32:01 +02:00
parent 7d2ded2cdf
commit 0a5e6bf350
5 changed files with 567 additions and 2014 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"
cd ui && npx lint-staged