Skip to content

Commit 1a84050

Browse files
committed
chore; update vscode/settings.json
1 parent 4759b47 commit 1a84050

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.vscode/settings.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,8 @@
77
"source.fixAll.stylelint": "explicit"
88
},
99
"svelte.plugin.typescript.diagnostics.enable": false,
10-
"typescript.tsdk": "node_modules/typescript/lib"
10+
"typescript.tsdk": "node_modules/typescript/lib",
11+
"[typescript]": {
12+
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint"
13+
}
1114
}

0 commit comments

Comments
 (0)