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 5387678 commit 7c423a2Copy full SHA for 7c423a2
.vscode/settings.json
@@ -3,7 +3,7 @@
3
"editor.defaultFormatter": "dprint.dprint"
4
},
5
"[jsonc]": {
6
- "editor.defaultFormatter": "dprint.dprint"
+ "editor.defaultFormatter": "vscode.json-language-features"
7
8
"[typescript]": {
9
@@ -15,6 +15,12 @@
15
"editor.insertSpaces": true,
16
"editor.tabSize": 2
17
18
+ "editor.codeActionsOnSave": {
19
+ "source.formatting": "explicit",
20
+ "source.fixAll": "explicit",
21
+ "source.fixAll.eslint": "explicit",
22
+ "source.organizeImports": "never"
23
+ },
24
"eslint.validate": [
25
"javascript",
26
"javascriptreact",
0 commit comments