1
0

chore: 统一项目编辑器配置,移至仓库根目录

This commit is contained in:
2026-04-24 22:28:01 +08:00
parent 4c62c071fb
commit b9b487c591
5 changed files with 11 additions and 10 deletions

View File

@@ -1,3 +0,0 @@
{
"recommendations": ["esbenp.prettier-vscode", "dbaeumer.vscode-eslint"]
}

View File

@@ -1,7 +0,0 @@
{
"editor.formatOnSave": true,
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
}
}