diff --git a/vue.js b/vue.js index 697b6a95..779b7587 100644 --- a/vue.js +++ b/vue.js @@ -12,10 +12,9 @@ module.exports = { }, parserOptions: { parser: 'babel-eslint', // allows both flowtype and static class properties - ecmaVersion: 6, + ecmaVersion: 2018, sourceType: 'module', ecmaFeatures: { - experimentalObjectRestSpread: true, impliedStrict: true, jsx: true, },