fix: run eslint on every commit and restore gdpr navigation eslint-disable
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:
@@ -253,6 +253,7 @@
|
||||
}
|
||||
|
||||
function handleGotoAccount() {
|
||||
// eslint-disable-next-line svelte/no-navigation-without-resolve
|
||||
goto('/account');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user