fix: add inline eslint-disable inside handleGotoAccount function
Lint & Vuln Scan / Go vulnerabilities (push) Successful in 23s
Lint & Vuln Scan / Frontend lint & types (push) Successful in 1m6s

This commit is contained in:
2026-06-25 18:55:39 +01:00
parent 234c1d20b7
commit 34147f87ab
+1
View File
@@ -254,6 +254,7 @@
// eslint-disable-next-line svelte/no-navigation-without-resolve // eslint-disable-next-line svelte/no-navigation-without-resolve
function handleGotoAccount() { function handleGotoAccount() {
// eslint-disable-next-line svelte/no-navigation-without-resolve
goto('/account'); goto('/account');
} }