Skip to content

Commit df33984

Browse files
koddssonkeithamus
andcommitted
Disable wrong eslint rule
Co-authored-by: Keith Cirkel <keithamus@users.noreply.github.com>
1 parent 702fe87 commit df33984

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/lazy-define.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const firstInteraction = new Promise<void>(resolve => {
1717
const handler = () => controller.abort()
1818

1919
document.addEventListener('mousedown', handler, listenerOptions)
20+
// eslint-disable-next-line github/require-passive-events
2021
document.addEventListener('touchstart', handler, listenerOptions)
2122
document.addEventListener('keydown', handler, listenerOptions)
2223
document.addEventListener('pointerdown', handler, listenerOptions)

0 commit comments

Comments
 (0)