Skip to content

Commit

Permalink
feat: re-enable husky git hooks to lint code automatically
Browse files Browse the repository at this point in the history
  • Loading branch information
sghoweri committed Dec 28, 2018
1 parent ca7912a commit 2d87b6a
Show file tree
Hide file tree
Showing 2 changed files with 1,388 additions and 386 deletions.
9 changes: 7 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,16 @@
"jest": "^23.6.0",
"jest-serializer-html": "^5.0.0"
},
"husky": {
"hooks": {
"pre-push": "yarn run lint"
}
},
"devDependencies": {
"editorconfig-checker": "^1.3.3",
"git-semver-tags": "^2.0.0",
"husky": "^0.14.3",
"lerna": "^3.4.3",
"husky": "^1.3.1",
"lerna": "^3.8.0",
"nightwatch": "^1.0.8",
"node-fetch": "^2.2.0",
"now": "^12.1.0",
Expand Down
Loading

0 comments on commit 2d87b6a

Please sign in to comment.