gtsoft-snail-job-admin/.vscode/settings.json

20 lines
682 B
JSON
Raw Normal View History

2024-03-08 17:59:45 +08:00
{
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit",
"source.organizeImports": "never"
},
"eslint.experimental.useFlatConfig": true,
"editor.formatOnSave": false,
"eslint.validate": ["html", "css", "scss", "json", "jsonc"],
"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", "packages/work-flow/src/locales/langs"],
2024-03-08 17:59:45 +08:00
"prettier.enable": false,
2024-03-26 11:47:11 +08:00
"typescript.tsdk": "node_modules/typescript/lib",
2024-06-07 11:24:30 +08:00
"unocss.root": ["./"],
"vue.server.hybridMode": true
2024-03-08 17:59:45 +08:00
}