Skip to content

Commit

Permalink
Tweak for node object spread operators (see eslint/eslint#9885)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikermcneil committed Feb 9, 2018
1 parent 4656382 commit 9a33d5c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .eslintrc
Expand Up @@ -19,8 +19,10 @@
},

"parserOptions": {
"ecmaVersion": 8
// ^^This can be changed to `8` if this package doesn't need to support <= Node v6.
"ecmaVersion": 8,
"ecmaFeatures": {
"experimentalObjectRestSpread": true
}
},

"globals": {
Expand Down

0 comments on commit 9a33d5c

Please sign in to comment.