chore(vite): fix volar typechecking

This commit is contained in:
Fernando Fernández
2023-04-03 12:52:57 +02:00
parent 310e2f2936
commit f84f4228bd
5 changed files with 14 additions and 184 deletions
+1
View File
@@ -5,6 +5,7 @@
// List of extensions which should be recommended for users of this workspace.
"recommendations": [
"Vue.volar",
"Vue.vscode-typescript-vue-plugin",
"dbaeumer.vscode-eslint",
"esbenp.prettier-vscode",
"lokalise.i18n-ally",
+3 -10
View File
@@ -2,16 +2,9 @@
"editor.formatOnSave": true,
"i18n-ally.keystyle": "nested",
"i18n-ally.sortKeys": true,
"vetur.format.defaultFormatter.html": "prettier",
"i18n-ally.sourceLanguage": "en-US",
"editor.defaultFormatter": "esbenp.prettier-vscode",
"i18n-ally.localesPaths": [
"frontend/locales"
],
"stylelint.validate": [
"vue"
],
"i18n-ally.enabledFrameworks": [
"vue"
]
"i18n-ally.localesPaths": ["frontend/locales"],
"stylelint.validate": ["vue"],
"i18n-ally.enabledFrameworks": ["vue"]
}