Skip to content

Commit

Permalink
feat(package): add husky
Browse files Browse the repository at this point in the history
Signed-off-by: Will Soto <will.soto9@gmail.com>
  • Loading branch information
willsoto committed Feb 4, 2019
1 parent 1b1798c commit ed44af0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@
"sqlite3": "4.0.6",
"typescript": "3.3.1"
},
"husky": {
"hooks": {
"pre-commit": "lint-staged"
}
},
"keywords": [
"nestjs",
"objection",
Expand Down

0 comments on commit ed44af0

Please sign in to comment.