Skip to content

Commit

Permalink
Added husky for linting on precommit (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
impronunciable authored and rauchg committed Oct 17, 2016
1 parent 1477734 commit 2d06eb5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
"scripts": {
"build": "gulp",
"test": "standard && gulp test",
"lint": "standard"
"lint": "standard",
"precommit": "npm run lint"
},
"dependencies": {
"aphrodite": "0.5.0",
Expand Down Expand Up @@ -52,6 +53,7 @@
"gulp-babel": "6.1.2",
"gulp-cached": "1.1.0",
"gulp-notify": "2.2.0",
"husky": "^0.11.9",
"standard": "^8.4.0",
"webpack-stream": "3.2.0"
},
Expand Down

0 comments on commit 2d06eb5

Please sign in to comment.