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 https://github.com/yannickcr/eslint-plugin-react/pull/1857/commits/8738e5917709c0cba0e7dd45289356f8a1d77384#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.