fix: run eslint on every commit and restore gdpr navigation eslint-disable
CI / Go vulnerabilities (push) Successful in 29s
CI / Frontend lint & types (push) Successful in 1m37s
CI / Tests (push) Successful in 1m50s
CI / Race detector (push) Successful in 3m48s

Pre-commit hook now runs eslint on all frontend files regardless of what's staged, catching pre-existing issues. Restore the necessary eslint-disable in gdpr page for the async goto call.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-07-05 22:43:48 +01:00
co-authored by Sisyphus
parent 878624e6f2
commit 1c09e4220b
2 changed files with 11 additions and 9 deletions
+1
View File
@@ -253,6 +253,7 @@
}
function handleGotoAccount() {
// eslint-disable-next-line svelte/no-navigation-without-resolve
goto('/account');
}