Skip to content

Commit

Permalink
Husky bump to version ^9.0.11 (#128)
Browse files Browse the repository at this point in the history
  • Loading branch information
synapse authored Mar 26, 2024
1 parent 5b80b7f commit 3b594c0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 17 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
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"test": "npm run test:e2e && npm run test:typescript",
"test:e2e": "./test/e2e/compare.sh",
"test:typescript": "tsd",
"prepare": "husky install"
"prepare": "husky"
},
"repository": {
"type": "git",
Expand All @@ -34,7 +34,7 @@
"eslint": "^8.51.0",
"eslint-config-prettier": "^9.0.0",
"eslint-plugin-prettier": "^5.0.0",
"husky": "^8.0.3",
"husky": "^9.0.11",
"lint-staged": "^15.0.1",
"prettier": "^3.0.3",
"tsd": "^0.29.0"
Expand Down

0 comments on commit 3b594c0

Please sign in to comment.