Skip to content

Commit

Permalink
Bump husky from 4.3.0 to 9.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
simon04 committed Jun 12, 2024
1 parent 1157560 commit 64413bf
Show file tree
Hide file tree
Showing 3 changed files with 171 additions and 477 deletions.
1 change: 1 addition & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
yarn lint-staged
10 changes: 3 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"license": "MIT",
"packageManager": "[email protected]",
"scripts": {
"prepare": "husky",
"test": "yarn run test:eslint && yarn run test:style && yarn run test:vitest",
"test:eslint": "eslint .",
"test:style": "prettier --check .",
Expand All @@ -23,8 +24,8 @@
"@typescript-eslint/parser": "^5.57.1",
"eslint": "^8.38.0",
"happy-dom": "^8.1.5",
"husky": "^4.3.0",
"lint-staged": "^13.2.1",
"husky": "^9.0.11",
"lint-staged": "^15.2.7",
"peggy": "^3.0.2",
"prettier": "^2.8.7",
"request": "^2.67.0",
Expand Down Expand Up @@ -59,11 +60,6 @@
"bracketSpacing": false,
"trailingComma": "none"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown"
}
Expand Down
Loading

0 comments on commit 64413bf

Please sign in to comment.