From 89ecaa0b53f1b73a1de829cf610609b198eafde4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=94=AF=E7=84=B6?= Date: Wed, 22 May 2024 15:49:02 +0800 Subject: [PATCH] docs: update readme to use latest version related: https://github.com/eslint/eslint/issues/18481 fixes https://github.com/eslint/config-inspector/discussions/44 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f5293a7..2d98d83 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ A visual tool for inspecting and understanding your [ESLint flat configs](https: Go to the project root that contains `eslint.config.js` and run: ```bash -npx @eslint/config-inspector +npx @eslint/config-inspector@latest ``` Visit http://localhost:7777/ to view and play with your ESLint config. Changes to the config file will be updated automatically.