mirror of
https://github.com/jellyfin/jellyfin-vue.git
synced 2026-09-02 21:04:08 +03:00
build: fix imports and eslint config for use of src folder
This commit is contained in:
committed by
Julien Machiels
parent
5d298819f3
commit
0cec4bdf5f
Vendored
+4
-2
@@ -1,9 +1,11 @@
|
||||
{
|
||||
"editor.formatOnSave": true,
|
||||
"i18n-ally.keystyle": "nested",
|
||||
"i18n-ally.localesPaths": "locales",
|
||||
"i18n-ally.sortKeys": true,
|
||||
"vetur.format.defaultFormatter.html": "prettier",
|
||||
"i18n-ally.sourceLanguage": "en-US",
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode"
|
||||
"editor.defaultFormatter": "esbenp.prettier-vscode",
|
||||
"i18n-ally.localesPaths": [
|
||||
"client/locales"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user