docs: update VS Code settings (#25985)

This commit is contained in:
gangan 2024-03-02 18:24:38 +09:00 committed by GitHub
parent 96f72f923d
commit ea343ecc04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -146,8 +146,8 @@ We recommend using [VS Code](https://code.visualstudio.com) along with the [ESLi
```json [settings.json]
{
"editor.codeActionsOnSave": {
"source.fixAll": false,
"source.fixAll.eslint": true
"source.fixAll": "never",
"source.fixAll.eslint": "explicit"
}
}
```