Skip to content

Commit

Permalink
docs: remove install command
Browse files Browse the repository at this point in the history
  • Loading branch information
harish-sethuraman committed Jul 2, 2022
1 parent 568af4e commit d7f3bf4
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions docs/src/user-guide/getting-started.md
Expand Up @@ -20,17 +20,7 @@ ESLint is a tool for identifying and reporting on patterns found in ECMAScript/J

Prerequisites: [Node.js](https://nodejs.org/en/) (`^12.22.0`, `^14.17.0`, or `>=16.0.0`) built with SSL support. (If you are using an official Node.js distribution, SSL is always built in.)

You can install ESLint using npm or yarn:

```shell
npm install eslint --save-dev

# or

yarn add eslint --dev
```

You should then set up a configuration file, and the easiest way to do that is:
The easiest way to initialize ESLint is:

```shell
npm init @eslint/config
Expand Down

0 comments on commit d7f3bf4

Please sign in to comment.