mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2026-09-02 21:04:08 +03:00
chore(vite): fix volar typechecking
This commit is contained in:
Vendored
+1
@@ -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",
|
||||
|
||||
Vendored
+3
-10
@@ -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"]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user