Skip to content

Commit 6a89a51

Browse files
committed
Fix ESLint 5 deprecation warning
1 parent 809adc6 commit 6a89a51

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

eslintrc.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
{
22
"parserOptions": {
3-
"ecmaVersion": 8,
3+
"ecmaVersion": 9,
44
"ecmaFeatures": {
5-
"experimentalObjectRestSpread": true,
65
"jsx": true
76
},
87
"sourceType": "module"

0 commit comments

Comments
 (0)