chore(deps): update dependency husky to v7 (#561)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
Co-authored-by: Michael Kriese <michael.kriese@visualon.de>
This commit is contained in:
renovate[bot] 2021-08-23 09:25:15 +00:00 committed by GitHub
parent 060979e4d4
commit 6c65f01822
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 1081 additions and 1184 deletions

4
.husky/commit-msg Executable file
View file

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

4
.husky/pre-commit Executable file
View file

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