Skip to content

Commit

Permalink
Using lint-staged for simplified husky setup
Browse files Browse the repository at this point in the history
  • Loading branch information
lmammino committed Apr 23, 2021
1 parent 903c3cb commit 207edec
Show file tree
Hide file tree
Showing 3 changed files with 454 additions and 3,012 deletions.
2 changes: 1 addition & 1 deletion .husky/pre-commit
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/sh
. "$(dirname "$0")/_/husky.sh"

npm run lint
npx lint-staged
Loading

0 comments on commit 207edec

Please sign in to comment.