Skip to content

Commit

Permalink
chore: husky@9 config
Browse files Browse the repository at this point in the history
  • Loading branch information
gierschv committed Dec 17, 2024
1 parent 74dd764 commit 35a8939
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 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 --concurrent 1
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"prettier:write": "prettier --write .",
"test:karma": "karma start --single-run",
"test:karma-watch": "karma start --single-run=false --auto-watch",
"prepare": "husky install"
"prepare": "husky"
},
"lint-staged": {
"**/*": "prettier --write --ignore-unknown",
Expand Down

0 comments on commit 35a8939

Please sign in to comment.