Skip to content

Commit

Permalink
Husky bump to version ^9.0.11 (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
synapse committed Mar 26, 2024
1 parent 42bc889 commit 98deb7a
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

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

npx lint-staged
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"test": "tap",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "husky install"
"prepare": "husky"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 98deb7a

Please sign in to comment.