Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit eea336b

Browse files
committed
Update .eslintrc
1 parent de50551 commit eea336b

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.eslintrc

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,11 @@
33
"prettier"
44
],
55
"parserOptions": {
6-
"ecmaVersion": 2017,
6+
"ecmaVersion": 2018,
77
"sourceType": "module",
88
"ecmaFeatures": {
99
"jsx": true,
10-
"spread": true,
11-
"experimentalObjectRestSpread": true
10+
"spread": true
1211
}
1312
},
1413
globals: {
@@ -34,7 +33,7 @@
3433
"trailingComma": "es5",
3534
"bracketSpacing": true,
3635
"jsxBracketSameLine": false,
37-
"parser": "babylon"
36+
"parser": "babel"
3837
}],
3938
"no-console": "off"
4039
}

0 commit comments

Comments
 (0)