Skip to content

Commit

Permalink
Add lint-staged setup, #318.
Browse files Browse the repository at this point in the history
  • Loading branch information
tormi committed Nov 1, 2022
1 parent f0f9a28 commit 22aca09
Show file tree
Hide file tree
Showing 3 changed files with 959 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .husky/pre-commit
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

if [ "$LANDO"=ON ]
then
lando npm test
lando npm run pre-commit
else
npm test
npm run pre-commit
fi
Loading

0 comments on commit 22aca09

Please sign in to comment.