Skip to content

Commit 3ba2a97

Browse files
committed
Removes eslint config warning
1 parent 09c38c5 commit 3ba2a97

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.eslintrc.json

+1-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@
44
"es6": true
55
},
66
"parserOptions": {
7-
"ecmaVersion": 2017,
8-
"ecmaFeatures": {
9-
"experimentalObjectRestSpread": true
10-
}
7+
"ecmaVersion": 2018
118
},
129
"rules": {
1310
"comma-dangle": ["error", "never"]

0 commit comments

Comments
 (0)