Skip to content

Commit 6cf0683

Browse files
committed
Remove eslint
1. Remove eslint , bacause we use JavaScript Standard Style. 2. Add lts/boron version to travis CI, web use it in docker version Signed-off-by: BoHong Li <a60814billy@gmail.com>
1 parent befa89b commit 6cf0683

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ language: node_js
22
node_js:
33
- 6
44
- 7
5-
- stable
5+
- lts/boron
66
env:
77
- CXX=g++-4.8
88
addons:

package.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
"main": "app.js",
66
"license": "MIT",
77
"scripts": {
8-
"test": "node ./node_modules/standard/bin/cmd.js && npm run-script lint",
9-
"lint": "eslint .",
8+
"test": "npm run-script standard",
9+
"standard": "node ./node_modules/standard/bin/cmd.js",
1010
"dev": "webpack --config webpack.config.js --progress --colors --watch",
1111
"build": "webpack --config webpack.production.js --progress --colors",
1212
"postinstall": "bin/heroku",
@@ -152,7 +152,6 @@
152152
"copy-webpack-plugin": "^4.0.1",
153153
"css-loader": "^0.26.1",
154154
"ejs-loader": "^0.3.0",
155-
"eslint": "^3.15.0",
156155
"exports-loader": "^0.6.3",
157156
"expose-loader": "^0.7.1",
158157
"extract-text-webpack-plugin": "^1.0.1",

0 commit comments

Comments
 (0)