From adaf70b651bba7191a20aa8c4eba23d61b210a94 Mon Sep 17 00:00:00 2001 From: zhangenming <282126346@qq.com> Date: Sat, 22 Oct 2022 17:09:14 +0800 Subject: [PATCH] docs: add install extension tip (#123) Co-authored-by: Anthony Fu --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 353c9a2..9ce2e03 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ For example: ### Config VS Code auto fix -Create `.vscode/settings.json` +Install [VS Code ESLint extension](https://marketplace.visualstudio.com/items?itemName=dbaeumer.vscode-eslint) and create `.vscode/settings.json` ```json { @@ -62,7 +62,6 @@ Learn more about the context - [Why I don't use Prettier](https://antfu.me/posts - [antfu/dotfiles](https://github.com/antfu/dotfiles) - My dotfiles - [antfu/vscode-settings](https://github.com/antfu/vscode-settings) - My VS Code settings -- [antfu/eslint-config](https://github.com/antfu/eslint-config) - My ESLint config - [antfu/ts-starter](https://github.com/antfu/ts-starter) - My starter template for TypeScript library - [antfu/vitesse](https://github.com/antfu/vitesse) - My starter template for Vue & Vite app