Skip to content

Commit 1b870c9

Browse files
authored
docs: use eslint-config-xo in the getting started guide (#19629)
1 parent 5d4af16 commit 1b870c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/src/use/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@ If you want to use a specific shareable config that is hosted on npm, you can us
3232

3333
{{ npm_tabs({
3434
command: "init-create",
35-
packages: ["@eslint/config@latest", "--", "--config", "eslint-config-standard"],
35+
packages: ["@eslint/config@latest", "--", "--config", "eslint-config-xo"],
3636
args: [],
37-
comment: "use `eslint-config-standard` shared config - npm 7+"
37+
comment: "use `eslint-config-xo` shared config - npm 7+"
3838
}) }}
3939

4040
**Note:** `npm init @eslint/config` assumes you have a `package.json` file already. If you don't, make sure to run `npm init` or `yarn init` beforehand.

0 commit comments

Comments
 (0)