docs: add install extension tip (#123)

Co-authored-by: Anthony Fu <anthonyfu117@hotmail.com>
This commit is contained in:
zhangenming 2022-10-22 17:09:14 +08:00 committed by GitHub
parent 3ed0230512
commit adaf70b651
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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