Skip to content

Commit

Permalink
Merge pull request #218 from eslint/issue213
Browse files Browse the repository at this point in the history
Fix: Ensur object rest works in destructed arg (fixes #213)
  • Loading branch information
nzakas committed Dec 1, 2015
2 parents ec217f8 + 8aa05fa commit f715474
Show file tree
Hide file tree
Showing 3 changed files with 411 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module.exports = {
destructuring: true,
experimentalObjectRestSpread: true
};

0 comments on commit f715474

Please sign in to comment.