Skip to content

Commit e088048

Browse files
authored
chore: update husky hooks (#270)
1 parent dc24a75 commit e088048

File tree

4 files changed

+9
-8
lines changed

4 files changed

+9
-8
lines changed

.husky/commit-msg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
npx --no-install commitlint --edit $1
1+
commitlint --edit $1

.husky/pre-commit

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
npx --no-install lint-staged
1+
lint-staged

package-lock.json

+6-5
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@
103103
"eslint": "^8.56.0",
104104
"eslint-config-prettier": "^9.1.0",
105105
"eslint-plugin-import": "^2.29.1",
106-
"husky": "^9.0.11",
106+
"husky": "^9.1.3",
107107
"jest": "^29.7.0",
108108
"lightningcss": "^1.25.1",
109109
"lint-staged": "^15.2.7",

0 commit comments

Comments
 (0)