-
-
Notifications
You must be signed in to change notification settings - Fork 207
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support experimental object spread #163
Labels
Comments
Love this! |
Working on this. |
nzakas
added a commit
that referenced
this issue
Jul 15, 2015
New: Add experimental object rest/spread (fixes #163)
What was the result of this? My eslint still complains about |
@bradwestfall http://eslint.org/docs/user-guide/configuring#specifying-parser-options you are looking for |
Thank you |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Object spread is an experimental feature, however, React encourages its use and as such it is one of the most commonly requested features. While this does not mean we will start supporting experimental features, we will make an exception because this keeps coming up as holding back React users from using ESLint out of the box.
The feature should be named
experimentalObjectRestSpread
and allow this syntax:Full spec: https://github.com/sebmarkbage/ecmascript-rest-spread
The text was updated successfully, but these errors were encountered: