From 7b932c4e332cae9a744f3983493b4d8d7eef6de3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=84=B6?= Date: Fri, 7 Jan 2022 21:30:02 +0800 Subject: [PATCH] docs: rm mentioned `--init` --- docs/user-guide/getting-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/user-guide/getting-started.md b/docs/user-guide/getting-started.md index e8353192b7e8..1cd016b6647a 100644 --- a/docs/user-guide/getting-started.md +++ b/docs/user-guide/getting-started.md @@ -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