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 9df784d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/vscode/.vscode/extensions.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
// 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 9df784d

Please sign in to comment.