eslint-plugin-github
eslint-plugin-github copied to clipboard
`github/no-useless-passive` false-negative when `passive: false` is passed
window.addEventListener('click', click, { passive: false });
This should trigger a github/no-useless-passive warning but doesn't.