fix: fix frontend a11y and lint errors

This commit is contained in:
2026-07-11 00:21:31 +01:00
parent d787c9a94e
commit 1e4460271b
2 changed files with 1 additions and 3 deletions
-1
View File
@@ -14,7 +14,6 @@ export default defineConfig(
js.configs.recommended,
...ts.configs.recommended,
...svelte.configs.recommended,
...svelte.configs.a11y,
{
languageOptions: {
globals: { ...globals.browser, ...globals.node }