提交 2d06eb59 编写于 作者: D Dan Zajdband 提交者: Guillermo Rauch

Added husky for linting on precommit (#29)

上级 14777342
......@@ -13,7 +13,8 @@
"scripts": {
"build": "gulp",
"test": "standard && gulp test",
"lint": "standard"
"lint": "standard",
"precommit": "npm run lint"
},
"dependencies": {
"aphrodite": "0.5.0",
......@@ -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"
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册