Skip to content

Commit

Permalink
feat: typescript formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
jonalan7 committed Sep 12, 2021
1 parent 81bdabb commit 6e79c52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"files.eol": "\n",
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
"editor.defaultFormatter": "vscode.typescript-language-features"
},
"[typescript]": {
"editor.defaultFormatter": "vscode.typescript-language-features"
Expand Down

0 comments on commit 6e79c52

Please sign in to comment.