Skip to content

Commit 2dd829e

Browse files
authored
[Fix] update configuration URL
1 parent 747fad0 commit 2dd829e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/util/version.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ function getReactVersionFromContext(context) {
8787
confVer = String(settingsVersion);
8888
} else if (!warnedForMissingVersion) {
8989
error('Warning: React version not specified in eslint-plugin-react settings. '
90-
+ 'See https://github.com/jsx-eslint/eslint-plugin-react#configuration .');
90+
+ 'See https://github.com/jsx-eslint/eslint-plugin-react#configuration-legacy-eslintrc .');
9191
warnedForMissingVersion = true;
9292
}
9393
confVer = /^[0-9]+\.[0-9]+$/.test(confVer) ? `${confVer}.0` : confVer;

0 commit comments

Comments
 (0)