2021-12-07 16:36:16 +08:00
|
|
|
{
|
|
|
|
"typescript.tsdk": "node_modules/typescript/lib",
|
|
|
|
"prettier.enable": false,
|
2021-12-10 17:10:51 +08:00
|
|
|
"editor.codeActionsOnSave": {
|
2024-01-09 14:25:23 +08:00
|
|
|
"source.fixAll.eslint": "explicit"
|
2021-12-10 17:10:51 +08:00
|
|
|
},
|
|
|
|
"[vue]": {
|
2022-04-14 08:58:02 +08:00
|
|
|
"editor.defaultFormatter": "rvest.vs-code-prettier-eslint"
|
2021-12-10 17:10:51 +08:00
|
|
|
},
|
2021-12-11 11:46:10 +08:00
|
|
|
"i18n-ally.localesPaths": ["src/locales"],
|
|
|
|
"i18n-ally.keystyle": "nested",
|
|
|
|
"i18n-ally.sortKeys": true,
|
2022-06-23 22:37:49 +08:00
|
|
|
"i18n-ally.namespace": false,
|
2021-12-11 11:46:10 +08:00
|
|
|
"i18n-ally.enabledParsers": ["ts"],
|
|
|
|
"i18n-ally.sourceLanguage": "en",
|
|
|
|
"i18n-ally.displayLanguage": "zh-CN",
|
2022-01-18 16:22:47 +08:00
|
|
|
"i18n-ally.enabledFrameworks": ["vue", "react"],
|
2023-07-09 20:26:57 +08:00
|
|
|
"god.tsconfig": "./tsconfig.json"
|
2021-12-07 16:36:16 +08:00
|
|
|
}
|