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 f2869fd commit b2a9a3eCopy full SHA for b2a9a3e
lib/util/version.js
@@ -120,7 +120,7 @@ function getReactVersionFromContext(context) {
120
}
121
confVer = String(settingsVersion);
122
} else if (!warnedForMissingVersion) {
123
- error('Warning: React version not specified in eslint-plugin-react settings. See https://github.com/jsx-eslint/eslint-plugin-react#configuration .');
+ error('Warning: React version not specified in eslint-plugin-react settings. See https://github.com/jsx-eslint/eslint-plugin-react#configuration.');
124
warnedForMissingVersion = true;
125
126
0 commit comments