diff --git a/base.js b/base.js index 0237cd9c..ee9abf99 100644 --- a/base.js +++ b/base.js @@ -7,10 +7,9 @@ module.exports = { }, parser: 'babel-eslint', // allows both flowtype and static class properties parserOptions: { - ecmaVersion: 6, + ecmaVersion: 2018, sourceType: 'module', ecmaFeatures: { - experimentalObjectRestSpread: true, impliedStrict: true, jsx: true, },