From 27c87ff0a8e67354f6593617c338662e459fd51b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=84=B6?= Date: Wed, 23 Mar 2022 17:35:33 +0800 Subject: [PATCH] docs: use eslint v8(latest) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 83874665ed..84fedbdd14 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ React specific linting rules for `eslint` # Installation ```sh -$ npm install eslint@7 eslint-plugin-react --save-dev +$ npm install eslint@8 eslint-plugin-react --save-dev ``` It is also possible to install ESLint globally rather than locally (using npm install eslint --global). However, this is not recommended, and any plugins or shareable configs that you use must be installed locally in either case.