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
{{ message }}
This repository was archived by the owner on Jan 19, 2019. It is now read-only.
✘ http://eslint.org/docs/rules/no-undef 'NodeListOf' is not defined
src/util.ts:10:60
const links = document.querySelectorAll( selector ) as NodeListOf<HTMLElement>
? Do I have to use a comment to tell eslint to ignore that error on that line? Is there any other better workaround?