Skip to content

Commit

Permalink
chore: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Dec 9, 2021
1 parent cc5cfc7 commit 0515509
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/eslint.js
Expand Up @@ -125,7 +125,7 @@ ${message}`);
// Call the config initializer if `--init` is present.
if (process.argv.includes("--init")) {

// `eslint --init` has been moved to `@eslint/config`
// `eslint --init` has been moved to `@eslint/create-config`
console.warn("You can also run this command directly using 'npm init @eslint/config'.");

const spawn = require("cross-spawn");
Expand Down

0 comments on commit 0515509

Please sign in to comment.