Skip to content

Commit

Permalink
Change default formatter to eslint (#2959)
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyballentine authored Jun 23, 2024
1 parent 43e7655 commit 03eb7c5
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
Expand Up @@ -121,7 +121,7 @@
"editor.formatOnSave": true,
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.defaultFormatter": "dbaeumer.vscode-eslint",
"editor.formatOnSave": true,
},
"[javascript]": {
Expand Down

0 comments on commit 03eb7c5

Please sign in to comment.