Skip to content

Commit

Permalink
chore: update husky hooks (#1221)
Browse files Browse the repository at this point in the history
  • Loading branch information
ersachin3112 authored Jul 29, 2024
1 parent c7ca4ee commit c1997de
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 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
9 changes: 5 additions & 4 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 @@ -90,7 +90,7 @@
"eslint-plugin-import": "^2.28.0",
"file-loader": "^6.2.0",
"foundation-sites": "^6.7.5",
"husky": "^9.0.11",
"husky": "^9.1.3",
"jest": "^29.6.2",
"jest-environment-node-single-context": "^29.1.0",
"lint-staged": "^15.2.0",
Expand Down

0 comments on commit c1997de

Please sign in to comment.