Skip to content

Commit

Permalink
Switch from pre-commit to husky.
Browse files Browse the repository at this point in the history
  • Loading branch information
trekhleb committed Mar 8, 2019
1 parent ec65ff2 commit 346db12
Show file tree
Hide file tree
Showing 3 changed files with 212 additions and 95 deletions.
5 changes: 5 additions & 0 deletions .huskyrc.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"hooks": {
"pre-commit": "npm run lint && npm run test"
}
}
Loading

0 comments on commit 346db12

Please sign in to comment.