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

@ -1,5 +1,5 @@
{
"presets": ["es2015"],
"presets": ["es2015", "stage-3"],
"plugins": ["transform-runtime"],
"comments": false
}