Skip to content

Commit

Permalink
chore: migrate to husky v7
Browse files Browse the repository at this point in the history
  • Loading branch information
JanMalch committed Dec 29, 2021
1 parent 521a02e commit c64ab7b
Show file tree
Hide file tree
Showing 4 changed files with 9,040 additions and 103 deletions.
4 changes: 4 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit $1
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install lint-staged --relative --concurrent=1
Loading

0 comments on commit c64ab7b

Please sign in to comment.