Skip to content

Commit

Permalink
Merge pull request #5 from nimbl3/bug/deprecation-warning
Browse files Browse the repository at this point in the history
Bug/deprecation warning
  • Loading branch information
olivierobert authored Sep 25, 2018
2 parents 5a2e97c + 3a0e12d commit ca5f552
Show file tree
Hide file tree
Showing 3 changed files with 129 additions and 274 deletions.
3 changes: 1 addition & 2 deletions lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@

module.exports = {
"parserOptions": {
"ecmaVersion": 8,
"ecmaVersion": 9,
"ecmaFeatures": {
"experimentalObjectRestSpread": true,
"jsx": true,
"impliedStrict": true
},
Expand Down
Loading

0 comments on commit ca5f552

Please sign in to comment.