Skip to content

Commit

Permalink
docs: rm mentioned --init
Browse files Browse the repository at this point in the history
  • Loading branch information
aladdin-add committed Jan 7, 2022
1 parent 45c23f9 commit 7b932c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/user-guide/getting-started.md
Expand Up @@ -20,7 +20,7 @@ npm install eslint --save-dev
yarn add eslint --dev
```

You should then set up a configuration file, and the easiest way to do that is to use the `--init` flag:
You should then set up a configuration file, and the easiest way to do that is:

```sh
$ npm init @eslint/config
Expand Down

0 comments on commit 7b932c4

Please sign in to comment.