Skip to content
This repository has been archived by the owner on May 27, 2024. It is now read-only.

Commit

Permalink
husky update
Browse files Browse the repository at this point in the history
  • Loading branch information
k03mad committed Jan 25, 2024
1 parent cd19221 commit 2d99acd
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 10 deletions.
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"

npm run lint
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
"devDependencies": {
"@k03mad/eslint-config": "20.2.0",
"eslint": "8.56.0",
"husky": "8.0.3"
"husky": "9.0.5"
},
"scripts": {
"lint": "npm run lint:eslint",
Expand All @@ -33,6 +33,6 @@
"clean:eslint:cache": "rm -rf .eslintcache || true",
"setup": "npm run clean && pnpm i",
"cache:purge": "DEBUG=mad* node scripts/cache-purge",
"prepare": "husky install || true"
"prepare": "husky || true"
}
}
10 changes: 5 additions & 5 deletions pnpm-lock.yaml

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

0 comments on commit 2d99acd

Please sign in to comment.