You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -334,6 +334,8 @@ const ctxToListenersMap = new Map<
334
334
Map<string,((customData: any)=>void)[]>
335
335
>()
336
336
337
+
// Just infer the return type for now
338
+
// _This would have to be activated when used `plugin:@typescript-eslint/recommended`_ eslint-disable-next-line @typescript-eslint/explicit-module-boundary-types
0 commit comments