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",
|
2024-03-21 10:57:53 +08:00
|
|
|
"i18n-ally.localesPaths": ["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-05-08 11:57:58 +08:00
|
|
|
"unocss.root": ["./"]
|
2024-03-08 17:59:45 +08:00
|
|
|
}
|