Skip to content

Commit

Permalink
chore: bump lint-staged (#3201)
Browse files Browse the repository at this point in the history
  • Loading branch information
holic committed Sep 19, 2024
1 parent eac52d8 commit 6c87bd8
Show file tree
Hide file tree
Showing 3 changed files with 1,206 additions and 1,025 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
pnpm lint-staged
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
"execa": "^7.0.0",
"glob": "^10.4.2",
"husky": ">=6",
"lint-staged": ">=10",
"lint-staged": "^15.2.10",
"prettier": "3.2.5",
"prettier-plugin-solidity": "1.3.1",
"shx": "^0.3.4",
Expand Down
Loading

0 comments on commit 6c87bd8

Please sign in to comment.