Skip to content

Commit

Permalink
chore: setup lint-staged
Browse files Browse the repository at this point in the history
  • Loading branch information
d-koppenhagen committed Jan 28, 2024
1 parent fa54de8 commit 8fd2e60
Show file tree
Hide file tree
Showing 4 changed files with 543 additions and 10 deletions.
3 changes: 1 addition & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
#!/usr/bin/env sh
. "$(dirname -- "$0")/_/husky.sh"
npm run lint-staged
3 changes: 3 additions & 0 deletions .prettierignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@
*.md
*.min.*
dist/**/*
.husky
.prettierignore
./*.*
Loading

0 comments on commit 8fd2e60

Please sign in to comment.