Skip to content

Commit 9941fb6

Browse files
authored
Bump husky from 4 to 8
2 parents c5e0156 + 69066bb commit 9941fb6

File tree

4 files changed

+32
-318
lines changed

4 files changed

+32
-318
lines changed

.github/dependabot.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@ updates:
1313
directory: /
1414
schedule:
1515
interval: weekly
16-
ignore:
17-
- dependency-name: 'husky'

.husky/pre-commit

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
#!/usr/bin/env sh
2+
. "$(dirname -- "$0")/_/husky.sh"
3+
4+
npm run pre-commit

0 commit comments

Comments
 (0)