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
Say I have a custom function that wraps a browser global for example getCookieValue. This function shouldn't be used at the top level due to the use of a browser global but no-top-level-browser-globals has no way to know that.
I propose an option for the rule that allows the user to define additional symbols that should be checked for.