Skip to content

Commit

Permalink
Merge pull request #96 from meatwallace/chore/prettier-run
Browse files Browse the repository at this point in the history
setup precommit hook & run prettier
  • Loading branch information
marcoaaguiar authored Dec 2, 2024
2 parents b8070d2 + 475d64a commit 246550e
Show file tree
Hide file tree
Showing 5 changed files with 15,676 additions and 15,062 deletions.
1 change: 1 addition & 0 deletions .husky/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
_
4 changes: 4 additions & 0 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npx lint-staged
Loading

0 comments on commit 246550e

Please sign in to comment.