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.
1 parent 747fad0 commit 2dd829eCopy full SHA for 2dd829e
lib/util/version.js
@@ -87,7 +87,7 @@ function getReactVersionFromContext(context) {
87
confVer = String(settingsVersion);
88
} else if (!warnedForMissingVersion) {
89
error('Warning: React version not specified in eslint-plugin-react settings. '
90
- + 'See https://github.com/jsx-eslint/eslint-plugin-react#configuration .');
+ + 'See https://github.com/jsx-eslint/eslint-plugin-react#configuration-legacy-eslintrc .');
91
warnedForMissingVersion = true;
92
}
93
confVer = /^[0-9]+\.[0-9]+$/.test(confVer) ? `${confVer}.0` : confVer;
0 commit comments