Skip to content

Commit

Permalink
Use prettier as recommended vscode formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
dotNomad committed Apr 3, 2024
1 parent d2602cd commit 8759d76
Showing 1 changed file with 1 addition and 10 deletions.
11 changes: 1 addition & 10 deletions .vscode/recommended.settings.json
Original file line number Diff line number Diff line change
@@ -1,12 +1,3 @@
{
"eslint.format.enable": true,
"[javascript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"[typescript]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
},
"[vue]": {
"editor.defaultFormatter": "dbaeumer.vscode-eslint"
}
"editor.defaultFormatter": "esbenp.prettier-vscode"
}

0 comments on commit 8759d76

Please sign in to comment.