Skip to content

Commit

Permalink
🎨 Prettier
Browse files Browse the repository at this point in the history
Configures prettier for formatting. Includes husky and lint-staged to
run formatting as a precommit hook.
  • Loading branch information
connorjs committed Sep 9, 2023
1 parent de650a3 commit 1aa8f3d
Show file tree
Hide file tree
Showing 4 changed files with 803 additions and 6 deletions.
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 lint-staged --allow-empty
Loading

0 comments on commit 1aa8f3d

Please sign in to comment.