Skip to content

Commit

Permalink
chore: remove deprecated lines of code from .husky/commit-msg and .hu…
Browse files Browse the repository at this point in the history
…sky/pre-commit
  • Loading branch information
josdejong committed Sep 24, 2024
1 parent 4c4bb0e commit 5dc2262
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
3 changes: 0 additions & 3 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -1,4 +1 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

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

0 comments on commit 5dc2262

Please sign in to comment.