Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix: migrate husky@6
  • Loading branch information
iiroj authored and okonet committed May 7, 2021
1 parent ab7a211 commit 5560d97
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
@@ -0,0 +1 @@
_
4 changes: 4 additions & 0 deletions .husky/pre-commit
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

node bin/lint-staged.js
5 changes: 0 additions & 5 deletions package.json
Expand Up @@ -26,11 +26,6 @@
"test": "jest --coverage",
"test:watch": "jest --watch"
},
"husky": {
"hooks": {
"pre-commit": "./bin/lint-staged.js"
}
},
"dependencies": {
"chalk": "^4.1.1",
"cli-truncate": "^2.1.0",
Expand Down

0 comments on commit 5560d97

Please sign in to comment.