Skip to content

Commit

Permalink
Add Prettier to recommended vscode extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
dotNomad committed Mar 20, 2024
1 parent 213d7a1 commit b815274
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion extensions/vscode/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
{
// See http://go.microsoft.com/fwlink/?LinkId=827846
// for the documentation about the extensions.json format
"recommendations": ["dbaeumer.vscode-eslint"]
"recommendations": [
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode"
]
}

0 comments on commit b815274

Please sign in to comment.