Skip to content

Commit b2a9a3e

Browse files
authored
Fix: Remove extra space from CLI warning
1 parent f2869fd commit b2a9a3e

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
@@ -120,7 +120,7 @@ function getReactVersionFromContext(context) {
120120
}
121121
confVer = String(settingsVersion);
122122
} 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 .');
123+
error('Warning: React version not specified in eslint-plugin-react settings. See https://github.com/jsx-eslint/eslint-plugin-react#configuration.');
124124
warnedForMissingVersion = true;
125125
}
126126

0 commit comments

Comments
 (0)