Closed
Description
Hello,
Since I've updated this plugin, i've got a message like Warning: React version not specified in eslint-plugin-react settings.
.
This is true, I didn't specify the version of react, and this happens due to 8738e59#diff-4e51c5c91adee02670adaca34f7fd7fdR17
However, when I read the doc, I've got this:
"version": "15.0", // React version, default to the latest React stable release
It's said "by default, it uses the latest version of react".
So why displaying a warning if there's a default and this is what I want? as I keep my react often upgraded.