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

`github/require-passive-events` false-positive when `passive: false` is passed

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

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

This should not trigger a github/require-passive-events warning because I've explicitly passed passive: false.

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