Open
Description
Description
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.