-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
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
Array.prototype.find and node < 4 #999
Labels
Comments
In order to retain eslint v2/node 0.10 compat, this definitely needs to be fixed. |
ljharb
added a commit
to ljharb/eslint-plugin-react
that referenced
this issue
Dec 13, 2016
ljharb
added a commit
to ljharb/eslint-plugin-react
that referenced
this issue
Dec 13, 2016
ljharb
added a commit
to ljharb/eslint-plugin-react
that referenced
this issue
Dec 13, 2016
ljharb
added a commit
to ljharb/eslint-plugin-react
that referenced
this issue
Dec 13, 2016
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi!
In
package.json
it is written that the plugin supports the version of node>= 0.10
. ButArray.prototype.find
isn't supported for node<4
.List of files using
find
method:I think it's need to add polyfill or to drop support for node
<4
The text was updated successfully, but these errors were encountered: