Skip to content

Commit

Permalink
feat: replace experimentalObjectRestSpread for ecmaVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
samouss committed Jun 23, 2018
1 parent e8731fe commit 76e5d1d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions base.js
Expand Up @@ -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,
},
Expand Down

0 comments on commit 76e5d1d

Please sign in to comment.