diff --git a/lib/config-generator.js b/lib/config-generator.js index 991e848..4ca2dc6 100644 --- a/lib/config-generator.js +++ b/lib/config-generator.js @@ -307,7 +307,7 @@ export default [\n${exportContent}];`; } if (this.result.installFlags.includes("--force")) { - let message = "Note some plugins currently do not support ESLint v9 yet.\nYou may need to use '--force' when installing"; + let message = "Note that some plugins currently do not support ESLint v9 yet.\nYou may need to use '--force' when installing"; if (packageManager === "npm") { const pkg = JSON.parse(await fs.readFile(this.packageJsonPath, "utf8"));