Skip to content

Commit

Permalink
🐛 fix(config): Fix some configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
kwooshung committed Feb 1, 2024
1 parent db7ca19 commit a254344
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .husky/commit-msg
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npx --no-install commitlint --edit $1
3 changes: 3 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npx lint-staged
File renamed without changes.

0 comments on commit a254344

Please sign in to comment.