Skip to content

Commit

Permalink
chore: update husky hooks (#270)
Browse files Browse the repository at this point in the history
  • Loading branch information
ersachin3112 authored Jul 31, 2024
1 parent dc24a75 commit e088048
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1 +1 @@
npx --no-install commitlint --edit $1
commitlint --edit $1
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1 +1 @@
npx --no-install lint-staged
lint-staged
11 changes: 6 additions & 5 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@
"eslint": "^8.56.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.29.1",
"husky": "^9.0.11",
"husky": "^9.1.3",
"jest": "^29.7.0",
"lightningcss": "^1.25.1",
"lint-staged": "^15.2.7",
Expand Down

0 comments on commit e088048

Please sign in to comment.