fix lint and remove all eslint overrides

This commit is contained in:
Przemek Więch
2026-04-28 23:39:47 +02:00
parent 36852348a8
commit 3c43a3e23e
6 changed files with 15 additions and 28 deletions

View File

@@ -1,2 +1,4 @@
/** No-op function for analytics. */
export function analyticsEvent(action: string, data?: any) {}
export function analyticsEvent(action: string, data?: any) {
// no-op
}