Skip to content

Commit 00eb1f3

Browse files
keithamuskoddsson
andcommitted
feat: add new eventlistener rules to configs/browser
Co-authored-by: Kristján Oddsson <[email protected]>
1 parent 433319d commit 00eb1f3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/configs/browser.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ module.exports = {
1010
'github/no-blur': 'error',
1111
'github/no-dataset': 'error',
1212
'github/no-innerText': 'error',
13-
'github/unescaped-html-literal': 'error'
13+
'github/unescaped-html-literal': 'error',
14+
'github/no-useless-passive': 'error',
15+
'github/no-non-passive-high-frequency-events': 'error',
16+
'github/prefer-observers-over-events': 'error'
1417
}
1518
}

0 commit comments

Comments
 (0)