Поправки для eslint

This commit is contained in:
Book Pauk
2018-12-28 20:49:26 +07:00
parent a04f9fde6e
commit 85f4b1bb0d
3 changed files with 15 additions and 29 deletions

View File

@@ -9,7 +9,8 @@
"build:client": "webpack --config build/webpack.prod.config.js",
"build:linux": "npm run build:client && pkg -t latest-linux-x64 -o dist/linux/liberama .",
"build:win": "npm run build:client && pkg -t latest-win-x64 -o dist/win/liberama .",
"lint": "eslint --ext=.js,.vue client server"
"lint": "eslint --ext=.js,.vue client server",
"test": "eslint client/App.vue"
},
"bin": "server/index.js",
"pkg": {
@@ -22,7 +23,7 @@
"babel-preset-env": "^1.3.2",
"css-loader": "^1.0.0",
"eslint": "^5.11.1",
"eslint-plugin-html": "^1.4.0",
"eslint-plugin-html": "^5.0.0",
"eslint-plugin-node": "^8.0.0",
"eslint-plugin-vue": "^5.0.0",
"file-loader": "^3.0.1",