We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4da90ea + e9cfc16 commit 11a66c0Copy full SHA for 11a66c0
lib/util/version.js
@@ -39,7 +39,7 @@ function getReactVersionFromContext(context) {
39
confVer = String(settingsVersion);
40
} else if (!warnedForMissingVersion) {
41
error('Warning: React version not specified in eslint-plugin-react settings. ' +
42
- 'See https://github.com/yannickcr/eslint-plugin-react#configuration.');
+ 'See https://github.com/yannickcr/eslint-plugin-react#configuration .');
43
warnedForMissingVersion = true;
44
}
45
confVer = /^[0-9]+\.[0-9]+$/.test(confVer) ? `${confVer}.0` : confVer;
0 commit comments