Skip to content

Commit

Permalink
🧪 Testing husky
Browse files Browse the repository at this point in the history
  • Loading branch information
anibalalpizar committed May 18, 2024
1 parent d7fab3b commit d131dc1
Show file tree
Hide file tree
Showing 5 changed files with 639 additions and 1 deletion.
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
4 changes: 4 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
dist
build
node_modules
coverage
1 change: 1 addition & 0 deletions .prettierrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{}
Loading

1 comment on commit d131dc1

@vercel
Copy link

@vercel vercel bot commented on d131dc1 May 18, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.