Skip to content

Commit

Permalink
feat: update dependecies (#48)
Browse files Browse the repository at this point in the history
* fix: update husky prepare command

* chore: update dependecies

* feat: update husky config

* fix: fix eslint errors
  • Loading branch information
Skolaczk authored Sep 8, 2024
1 parent 2a0c1a5 commit 850b706
Show file tree
Hide file tree
Showing 5 changed files with 1,417 additions and 1,546 deletions.
5 changes: 1 addition & 4 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname "$0")/_/husky.sh"

npx --no-install commitlint --edit "$1"
npx --no -- commitlint --edit $1
5 changes: 1 addition & 4 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx lint-staged
npx lint-staged
Loading

0 comments on commit 850b706

Please sign in to comment.