feat: cspell sort

This commit is contained in:
xingyu4j
2025-12-03 15:37:04 +08:00
parent 0032c608f1
commit 49db40d557
3 changed files with 32 additions and 18 deletions

13
.vscode/settings.json vendored
View File

@@ -226,16 +226,5 @@
"commentTranslate.multiLineMerge": true,
"vue.server.hybridMode": true,
"typescript.tsdk": "node_modules/typescript/lib",
"oxc.enable": false,
"cSpell.words": [
"archiver",
"axios",
"dotenv",
"isequal",
"jspm",
"napi",
"nolebase",
"rollup",
"vitest"
]
"oxc.enable": false
}