Skip to content

Commit ca5f552

Browse files
authored
Merge pull request #5 from nimbl3/bug/deprecation-warning
Bug/deprecation warning
2 parents 5a2e97c + 3a0e12d commit ca5f552

File tree

3 files changed

+129
-274
lines changed

3 files changed

+129
-274
lines changed

lib/index.js

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,8 @@
66

77
module.exports = {
88
"parserOptions": {
9-
"ecmaVersion": 8,
9+
"ecmaVersion": 9,
1010
"ecmaFeatures": {
11-
"experimentalObjectRestSpread": true,
1211
"jsx": true,
1312
"impliedStrict": true
1413
},

0 commit comments

Comments
 (0)