Skip to content

Commit

Permalink
build(husky): upgrade to 6
Browse files Browse the repository at this point in the history
  • Loading branch information
simonecorsi committed Jun 24, 2021
1 parent 5037c28 commit 435bb7f
Show file tree
Hide file tree
Showing 6 changed files with 56 additions and 323 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
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
7 changes: 0 additions & 7 deletions .huskyrc.js

This file was deleted.

Loading

0 comments on commit 435bb7f

Please sign in to comment.