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 415c48e commit 3dfbc11Copy full SHA for 3dfbc11
server/.vscode/settings.json
@@ -0,0 +1,9 @@
1
+{
2
+ "editor.codeActionsOnSave": {
3
+ "source.fixAll.eslint": "always",
4
+ "source.organizeImports": "always"
5
+ },
6
+ "editor.formatOnSave": true,
7
+ "editor.defaultFormatter": "esbenp.prettier-vscode",
8
+ "editor.formatOnSaveMode": "file"
9
+}
0 commit comments