We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
github/no-useless-passive
passive: false
window.addEventListener('click', click, { passive: false });
This should trigger a github/no-useless-passive warning but doesn't.