chore(deps-dev): update husky to 7.0.2 version

This commit is contained in:
Vladimir Gorej
2021-10-14 15:41:18 +03:00
parent aa12144e2b
commit ea660603fd
5 changed files with 19 additions and 14 deletions

4
.husky/commit-msg Executable file
View File

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

4
.husky/pre-commit Executable file
View File

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