Unverified Commit cbc0ea75 authored by 偏右's avatar 偏右 Committed by GitHub

Use `ESLINT=none`

#1121
parent 091adac0
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
"precommit": "npm run lint-staged", "precommit": "npm run lint-staged",
"start": "cross-env DISABLE_ESLINT=true roadhog dev", "start": "cross-env DISABLE_ESLINT=true roadhog dev",
"start:no-proxy": "cross-env NO_PROXY=true DISABLE_ESLINT=true roadhog dev", "start:no-proxy": "cross-env NO_PROXY=true DISABLE_ESLINT=true roadhog dev",
"build": "cross-env DISABLE_ESLINT=true roadhog build", "build": "cross-env ESLINT=none roadhog build",
"site": "roadhog-api-doc static && gh-pages -d dist", "site": "roadhog-api-doc static && gh-pages -d dist",
"analyze": "cross-env ANALYZE=true roadhog build", "analyze": "cross-env ANALYZE=true roadhog build",
"lint:style": "stylelint \"src/**/*.less\" --syntax less", "lint:style": "stylelint \"src/**/*.less\" --syntax less",
......
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