Skip to content

Commit c28cbed

Browse files
committed
chore: future-proof our husky confiration
1 parent fe46b36 commit c28cbed

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

.husky/commit-msg

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
npx --no -- commitlint --edit

.husky/pre-commit

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1 @@
1-
#!/usr/bin/env sh
2-
. "$(dirname -- "$0")/_/husky.sh"
3-
41
npx pretty-quick --staged

0 commit comments

Comments
 (0)