1
0

feat: improve ts setup

This commit is contained in:
Dominik Pschenitschni
2022-04-10 02:40:15 +02:00
committed by Gitea
parent 513a51fb73
commit c6aac15d24
14 changed files with 195 additions and 144 deletions

View File

@ -18,13 +18,11 @@
"javascriptreact",
"vue"
],
"vetur.validation.template": false,
// i18n ally
"i18n-ally.localesPaths": [
"src/i18n/lang"
],
"i18n-ally.sortKeys": true,
"i18n-ally.keepFulfilled": true,
"i18n-ally.keystyle": "nested",
"i18n-ally.keystyle": "nested"
}