fix(frontend): actually show eslint errors in vscode, fix eslint errors

This commit is contained in:
sam 2025-04-17 15:29:55 +02:00
parent a89a5b3494
commit bcdb2f9540
Signed by: sam
GPG key ID: B4EF20DDE721CAA1
8 changed files with 22 additions and 3 deletions

View file

@ -4,5 +4,6 @@
"i18n-ally.localesPaths": ["src/lib/i18n", "src/lib/i18n/locales"],
"i18n-ally.keystyle": "nested",
"explorer.sortOrder": "filesFirst",
"explorer.compactFolders": false
"explorer.compactFolders": false,
"eslint.validate": ["javascript", "javascriptreact", "svelte"]
}