Add Object rest spread to eslint and babel configs

Also change from `eslint-plugin-html` to `eslint-plugin-vue`
This commit is contained in:
Sergio Crisostomo 2017-09-02 15:10:14 +02:00
parent 2baba209b7
commit 0df878a860
3 changed files with 8 additions and 3 deletions

View file

@ -56,12 +56,13 @@
"babel-loader": "^6.4.1",
"babel-plugin-transform-runtime": "^6.12.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-3": "^6.24.1",
"babel-runtime": "^6.11.6",
"chai": "^3.5.0",
"cross-env": "^3.2.4",
"css-loader": "^0.23.1",
"eslint": "^3.19.0",
"eslint-plugin-html": "^1.7.0",
"eslint-plugin-vue": "^2.1.0",
"extract-text-webpack-plugin": "^2.1.2",
"file-loader": "^0.8.5",
"friendly-errors-webpack-plugin": "^1.6.1",