Skip to content

Commit

Permalink
style(vscode): Update TypeScript and TypeScriptReact formatter to Pre…
Browse files Browse the repository at this point in the history
…ttier
  • Loading branch information
AlbinoGeek committed Jun 21, 2024
1 parent 7efa477 commit 6c9e063
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,9 @@
"Zeekerss"
],
"[typescript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
}

0 comments on commit 6c9e063

Please sign in to comment.