Skip to content

Commit ad39fde

Browse files
authored
Update phrasing in logging message.
1 parent e4cb470 commit ad39fde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stack/eslint-patch/src/modern-module-resolution.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ if (!versionMatch) {
112112
const eslintMajorVersion = Number(versionMatch[1]);
113113
if (!(eslintMajorVersion >= 6 && eslintMajorVersion <= 8)) {
114114
throw new Error(
115-
'The patch-eslint.js script has only been tested with ESLint version 6.x, 7.x or 8.x.' +
115+
'The patch-eslint.js script has only been tested with ESLint version 6.x, 7.x, and 8.x.' +
116116
` (Your version: ${eslintPackageVersion})\n` +
117117
'Consider reporting a GitHub issue:\n' +
118118
'https://github.com/microsoft/rushstack/issues'

0 commit comments

Comments
 (0)