There was an error while loading. Please reload this page.
1 parent c252c8d commit 314cc35Copy full SHA for 314cc35
1 file changed
.vscode/settings.json
@@ -1,12 +1,11 @@
1
{
2
- // Disable the default formatter, use eslint instead
3
"prettier.enable": false,
4
"eslint.enable": false,
5
"editor.formatOnSave": true,
6
- "oxc.fmt.configPath": ".oxfmtrc.json",
+ "editor.formatOnSaveMode": "file",
+ "oxc.fmt.configPath": "./vite.config.ts",
7
"oxc.fixKind": "safe_fix_or_suggestion",
8
"editor.defaultFormatter": "oxc.oxc-vscode",
9
-
10
"editor.gotoLocation.multipleDefinitions": "goto",
11
"editor.quickSuggestions": {
12
"strings": "on"
0 commit comments