Files
soybean-admin-element-plus/.vscode/settings.json
一寸灰 0fd619c6ed chore(other): 🔧 update the ESLint validation configuration to support more file types.
* chore(other): 🔧 update the ESLint validation configuration to support more file types.

* chore(packages): 📝 update Vite version to 7 in documentation.
2025-09-08 11:04:38 +08:00

32 lines
769 B
JSON

{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.organizeImports": "never"
},
"editor.formatOnSave": false,
"eslint.validate": [
"html",
"css",
"scss",
"json",
"jsonc",
"javascript",
"javascriptreact",
"typescript",
"typescriptreact",
"vue"
],
"i18n-ally.displayLanguage": "zh-cn",
"i18n-ally.enabledParsers": ["ts"],
"i18n-ally.enabledFrameworks": ["vue"],
"i18n-ally.editor.preferEditor": true,
"i18n-ally.keystyle": "nested",
"i18n-ally.localesPaths": ["src/locales/langs"],
"i18n-ally.parsers.typescript.compilerOptions": {
"moduleResolution": "node"
},
"prettier.enable": false,
"typescript.tsdk": "node_modules/typescript/lib",
"unocss.root": ["./"]
}