From aef25cbdd36a15bd366aeee1df3e562270bfc690 Mon Sep 17 00:00:00 2001 From: Strek Date: Sat, 2 Jul 2022 18:33:55 +0530 Subject: [PATCH] remove install command --- docs/src/user-guide/getting-started.md | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/docs/src/user-guide/getting-started.md b/docs/src/user-guide/getting-started.md index 184ea1227329..38a978417a14 100644 --- a/docs/src/user-guide/getting-started.md +++ b/docs/src/user-guide/getting-started.md @@ -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