Skip to content

Commit

Permalink
style: upgrade prettier to v3
Browse files Browse the repository at this point in the history
replaces pretty-quick with lint-staged due to
unresolved breaking changes. pretty-quick is unmaintained
  • Loading branch information
BearAlliance committed Oct 17, 2023
1 parent a2bda43 commit f6211f8
Show file tree
Hide file tree
Showing 7 changed files with 626 additions and 232 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx pretty-quick --staged
npx lint-staged
Loading

0 comments on commit f6211f8

Please sign in to comment.