Skip to content

Commit

Permalink
chore: wording improvement
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add authored Jun 19, 2024
1 parent b033ce3 commit 41dda39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/config-generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -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"));
Expand Down

0 comments on commit 41dda39

Please sign in to comment.