update autofix

This commit is contained in:
Amruth Pillai
2026-03-18 22:08:12 +01:00
parent 192880e416
commit 2d76cc5cfb
2 changed files with 8 additions and 9 deletions
+2 -1
View File
@@ -3,7 +3,7 @@
"editor.defaultFormatter": "oxc.oxc-vscode"
},
"editor.codeActionsOnSave": {
"source.fixAll.oxc": "always"
"source.fixAll.oxc": "explicit"
},
"editor.defaultFormatter": "oxc.oxc-vscode",
"editor.formatOnSave": true,
@@ -25,6 +25,7 @@
"i18n-ally.sourceLanguage": "en-US",
"oxc.enable.oxfmt": true,
"oxc.enable.oxlint": true,
"oxc.fmt.configPath": "./vite.config.ts",
"search.exclude": {
"**/routeTree.gen.ts": true,
"locales/**.po": true,