mirror of
https://github.com/soybeanjs/soybean-admin.git
synced 2026-03-25 07:47:22 +08:00
21 lines
611 B
JSON
21 lines
611 B
JSON
{
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit",
|
|
"source.fixAll.oxc": "explicit"
|
|
},
|
|
"editor.defaultFormatter": "oxc.oxc-vscode",
|
|
"editor.formatOnSave": true,
|
|
"eslint.validate": ["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,
|
|
"unocss.root": ["./"]
|
|
}
|