Skip to content

Commit

Permalink
fix: Update VSCode eslint settings (#1543)
Browse files Browse the repository at this point in the history
  • Loading branch information
phillip-le committed Apr 18, 2024
1 parent b5d5a58 commit 047a925
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/deep-dives/editors.md
Expand Up @@ -25,7 +25,7 @@ parent: Deep dives
{
"[typescript]": {
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"editor.defaultFormatter": "esbenp.prettier-vscode"
}
Expand Down

0 comments on commit 047a925

Please sign in to comment.