fix: 移除不必要的 source.fixAll 配置
Some checks failed
/ build-and-deploy-to-vercel (push) Successful in 2m55s
/ playwright (push) Failing after 1m49s
/ cleanup_surge (push) Has been skipped
/ surge (push) Successful in 2m50s
/ lint-build-and-check (push) Successful in 6m7s

This commit is contained in:
严浩
2025-05-08 14:07:36 +08:00
parent cd63d1d30b
commit 243b2bbd6b

View File

@ -27,8 +27,7 @@
"source.fixAll.eslint": "never",
"source.fixAll.stylelint": "never",
"source.fixAll.oxc": "never",
"source.organizeImports": "never",
"source.fixAll": "never"
"source.organizeImports": "never"
},
"editor.formatOnSave": false,
"oxc.enable": true,