Skip to content

Commit

Permalink
Merge pull request #178 from cucumber/fix-pre-commit
Browse files Browse the repository at this point in the history
Migrate linting git hook to lint-staged
  • Loading branch information
binhtran432k authored Jan 11, 2024
2 parents cf2f880 + 47c2904 commit 9ae8b77
Show file tree
Hide file tree
Showing 3 changed files with 1,022 additions and 370 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 pretty-quick-staged
npx lint-staged
Loading

0 comments on commit 9ae8b77

Please sign in to comment.