chore: format

pull/117/MERGE
xingyu4j 2025-05-27 19:54:20 +08:00
parent 4736a5b3fe
commit 2d62574eba
1 changed files with 2 additions and 2 deletions

View File

@ -100,7 +100,7 @@
"**/.stylelintcache": true,
"**/.DS_Store": true,
"**/vite.config.mts.*": true,
"**/tea.yaml": true,
"**/tea.yaml": true
},
"files.watcherExclude": {
"**/.git/objects/**": true,
@ -110,7 +110,7 @@
"**/tmp/**": true,
"**/bower_components/**": true,
"**/dist/**": true,
"**/yarn.lock": true,
"**/yarn.lock": true
},
"typescript.tsserver.exclude": ["**/node_modules", "**/dist", "**/.turbo"],