15 lines
457 B
JSON
15 lines
457 B
JSON
{
|
|
"i18n-ally.localesPaths": ["src/renderer/src/locales"],
|
|
"i18n-ally.keystyle": "nested",
|
|
"i18n-ally.namespace": true,
|
|
"i18n-ally.sourceLanguage": "zh-CN",
|
|
"i18n-ally.enabledParsers": ["json"],
|
|
|
|
"editor.formatOnSave": true,
|
|
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": "explicit"
|
|
},
|
|
"eslint.validate": ["javascript", "javascriptreact", "typescript", "typescriptreact"]
|
|
}
|