You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The configuration here is using using ESLint version 1, which we currently have pinned to an older version of the eslint-plugin-react package, and that older version does not support this rule. I would suggest updating to use ESLint 3, which we have setup to use a newer version of the react plugin which supports this rule, and also may be helpful to you with newer built-in ESLint rules as well.
To use ESLint 3, you'll want to adjust the ESLint part of your .codeclimate.yml to match this:
eslint:
channel: eslint-3enabled: true
If it's important to you to continue using ESLint 1, please let us know.
I'm going to go ahead and close this issue. As @wfleming suggested, upgrading to ESLint 3 is the best option. We're now running ESLint 3 (and upgrading configs for previous versions in place) on the stable channel.
How do I solve this?
My YML:
The text was updated successfully, but these errors were encountered: