Skip to content

Commit

Permalink
add prettier + pre-commit prettier hook
Browse files Browse the repository at this point in the history
  • Loading branch information
kendallgassner committed Jul 11, 2022
1 parent f394b98 commit 66f77a6
Show file tree
Hide file tree
Showing 4 changed files with 903 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
node_modules/
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"

npx pretty-quick --staged
Loading

0 comments on commit 66f77a6

Please sign in to comment.