mirror of
https://gitee.com/fantastic-admin/basic.git
synced 2024-12-05 05:27:39 +08:00
13 lines
263 B
JSON
13 lines
263 B
JSON
{
|
|
"editor.codeActionsOnSave": {
|
|
"source.fixAll.eslint": true,
|
|
"source.fixAll.stylelint": true
|
|
},
|
|
"i18n-ally.localesPaths": [
|
|
"src/locales/lang"
|
|
],
|
|
"i18n-ally.keystyle": "nested",
|
|
"i18n-ally.sortKeys": true,
|
|
"i18n-ally.keepFulfilled": true
|
|
}
|