iview/.babelrc
Sergio Crisostomo 0df878a860 Add Object rest spread to eslint and babel configs
Also change from `eslint-plugin-html` to `eslint-plugin-vue`
2017-09-02 15:10:14 +02:00

5 lines
107 B
Text

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