Commit 023c059c authored by ganjingcun's avatar ganjingcun

disable lint

parent 5b667056
...@@ -4,8 +4,7 @@ ...@@ -4,8 +4,7 @@
"start": "cross-env ENV=development roadhog server", "start": "cross-env ENV=development roadhog server",
"build:test": "cross-env ENV=test roadhog build", "build:test": "cross-env ENV=test roadhog build",
"build": "cross-env ENV=production roadhog build", "build": "cross-env ENV=production roadhog build",
"lint": "eslint --ext .js src test", "lint": "eslint --ext .js src test"
"precommit": "npm run lint"
}, },
"engines": { "engines": {
"install-node": "6.9.2" "install-node": "6.9.2"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment