Skip to content

Commit

Permalink
Merge pull request #16 from fourTheorem/use-lint-staged
Browse files Browse the repository at this point in the history
Using lint-staged for simplified husky setup
  • Loading branch information
lmammino committed Apr 23, 2021
2 parents 42462b4 + 1d26232 commit 8064118
Show file tree
Hide file tree
Showing 4 changed files with 455 additions and 3,013 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ workflows:
- test:
matrix:
parameters:
node-version: ["10.24.0", "12.21.0", "14.6.0"]
node-version: ["12.21.0", "14.6.0"]
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

0 comments on commit 8064118

Please sign in to comment.