mirror of
https://github.com/PeWu/topola-viewer.git
synced 2026-07-25 05:01:50 +00:00
fix lint and remove all eslint overrides
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user