We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e71c6bd commit 92e21f9Copy full SHA for 92e21f9
.vscode/extensions.json
@@ -1,3 +1,7 @@
1
{
2
- "recommendations": ["editorconfig.editorconfig"]
+ "recommendations": [
3
+ "editorconfig.editorconfig",
4
+ "dbaeumer.vscode-eslint",
5
+ "esbenp.prettier-vscode"
6
+ ]
7
}
.vscode/settings.json
@@ -1,4 +1,5 @@
"editor.formatOnSave": true,
+ "editor.defaultFormatter": "esbenp.prettier-vscode",
"prettier.singleQuote": false
0 commit comments