Skip to content

Commit

Permalink
Update getting-started.md
Browse files Browse the repository at this point in the history
  • Loading branch information
blueberryapple committed Jul 27, 2022
1 parent 0396775 commit bd9ed45
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/user-guide/getting-started.md
Expand Up @@ -24,6 +24,10 @@ You can install and configure ESLint using this command:

```shell
npm init @eslint/config

# or

yarn dlx @eslint/create-config
```

**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.
Expand Down

0 comments on commit bd9ed45

Please sign in to comment.