Skip to content

Commit

Permalink
docs: update VS Code settings (#25985)
Browse files Browse the repository at this point in the history
  • Loading branch information
shinGangan committed Mar 2, 2024
1 parent 96f72f9 commit ea343ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/5.community/4.contribution.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
```
Expand Down

0 comments on commit ea343ec

Please sign in to comment.