fix(frontend): actually show eslint errors in vscode, fix eslint errors
This commit is contained in:
parent
a89a5b3494
commit
bcdb2f9540
8 changed files with 22 additions and 3 deletions
3
Foxnouns.Frontend/.vscode/settings.json
vendored
3
Foxnouns.Frontend/.vscode/settings.json
vendored
|
@ -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"]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue