Skip to content

Commit

Permalink
feat: add new eventlistener rules to configs/browser
Browse files Browse the repository at this point in the history
Co-authored-by: Kristján Oddsson <koddsson@gmail.com>
  • Loading branch information
keithamus and koddsson committed Jul 14, 2020
1 parent 6fd9570 commit 1d3c50c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/configs/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ module.exports = {
'github/no-blur': 'error',
'github/no-dataset': 'error',
'github/no-innerText': 'error',
'github/unescaped-html-literal': 'error'
'github/unescaped-html-literal': 'error',
'github/no-useless-passive': 'error',
'github/no-non-passive-high-frequency-events': 'error',
'github/prefer-observers-over-events': 'error'
}
}

0 comments on commit 1d3c50c

Please sign in to comment.