eslint-plugin-github icon indicating copy to clipboard operation
eslint-plugin-github copied to clipboard

`github/no-useless-passive` false-negative when `passive: false` is passed

Open boris-petrov opened this issue 3 years ago • 0 comments

window.addEventListener('click', click, { passive: false });

This should trigger a github/no-useless-passive warning but doesn't.

boris-petrov avatar Dec 05 '22 19:12 boris-petrov