Skip to content

Commit

Permalink
chore(deps): update husky
Browse files Browse the repository at this point in the history
  • Loading branch information
voxpelli committed Jul 11, 2024
1 parent 4b1a438 commit c4e85da
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 10 deletions.
1 change: 0 additions & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx --no validate-conventional-commit < .git/COMMIT_EDITMSG
1 change: 0 additions & 1 deletion .husky/pre-push
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm test
12 changes: 6 additions & 6 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 @@ -42,7 +42,7 @@
"dependents-filter": "cd dependents-data/ && list-dependents filter --min-downloads 0 --sort-download --repository-prefix=https://github.com/voxpelli/ --repository-prefix=https://github.com/yikesable/ -i voxpelli__eslint-config.ndjson | jq -s '[.[].repositoryUrl | sub(\"https://github.com/\";\"\";\"i\")] | unique | sort' > filtered.json",
"dependents-refresh": "cd dependents-data/ && list-dependents refresh -n @voxpelli/eslint-config --field engines",
"dependents-update": "cd dependents-data/ && list-dependents list -n @voxpelli/eslint-config --field engines --min-downloads 0",
"prepare": "husky install",
"prepare": "husky",
"prepublishOnly": "run-s build",
"test": "run-s check"
},
Expand All @@ -52,7 +52,7 @@
"@voxpelli/tsconfig": "^12.0.1",
"compare-eslint-configs": "^2.1.0",
"eslint": "^9.6.0",
"husky": "^8.0.3",
"husky": "^9.0.11",
"installed-check": "^9.3.0",
"knip": "^5.25.2",
"list-dependents-cli": "^2.4.0",
Expand Down

0 comments on commit c4e85da

Please sign in to comment.