We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4759b47 commit 1a84050Copy full SHA for 1a84050
.vscode/settings.json
@@ -7,5 +7,8 @@
7
"source.fixAll.stylelint": "explicit"
8
},
9
"svelte.plugin.typescript.diagnostics.enable": false,
10
- "typescript.tsdk": "node_modules/typescript/lib"
+ "typescript.tsdk": "node_modules/typescript/lib",
11
+ "[typescript]": {
12
+ "editor.defaultFormatter": "rvest.vs-code-prettier-eslint"
13
+ }
14
}
0 commit comments