Skip to content

Commit

Permalink
chore(vscode): update default formatter to eslint for TypeScript and …
Browse files Browse the repository at this point in the history
…TypeScriptReact files
  • Loading branch information
AlbinoGeek committed Jun 21, 2024
1 parent b0120b9 commit b4bb546
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,12 @@
"Zeekerss"
],
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"[typescriptjsx]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
}

0 comments on commit b4bb546

Please sign in to comment.