Skip to content

Commit 76e5d1d

Browse files
committedJun 23, 2018
feat: replace experimentalObjectRestSpread for ecmaVersion
1 parent e8731fe commit 76e5d1d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed
 

‎base.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,9 @@ module.exports = {
77
},
88
parser: 'babel-eslint', // allows both flowtype and static class properties
99
parserOptions: {
10-
ecmaVersion: 6,
10+
ecmaVersion: 2018,
1111
sourceType: 'module',
1212
ecmaFeatures: {
13-
experimentalObjectRestSpread: true,
1413
impliedStrict: true,
1514
jsx: true,
1615
},

0 commit comments

Comments
 (0)
Please sign in to comment.