ruoyi-plus-soybean/.vscode/settings.json

27 lines
808 B
JSON
Raw Permalink Normal View History

{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.organizeImports": "never"
},
"editor.formatOnSave": false,
"eslint.validate": ["html", "css", "scss", "json", "jsonc"],
2023-11-17 08:45:00 +08:00
"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,
2024-03-23 15:51:04 +08:00
"typescript.tsdk": "node_modules/typescript/lib",
"unocss.root": ["./"],
2024-09-07 19:05:37 +08:00
"vue.server.hybridMode": true,
"files.exclude": { "/docs": true },
2025-05-13 17:41:29 +08:00
"search.exclude": {
"/docs": true
},
"cSpell.words": ["Axios", "tinymce"]
}