Skip to content

Commit 3aa96e0

Browse files
Merge pull request #16394 from Snuffleupagus/no-invalid-remove-event-listener
Enable the `unicorn/no-invalid-remove-event-listener` ESLint plugin rule
2 parents da03d32 + b4aa10b commit 3aa96e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.eslintrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@
4646
"unicorn/no-abusive-eslint-disable": "error",
4747
"unicorn/no-array-push-push": "error",
4848
"unicorn/no-instanceof-array": "error",
49+
"unicorn/no-invalid-remove-event-listener": "error",
4950
"unicorn/no-new-buffer": "error",
5051
"unicorn/no-useless-spread": "error",
5152
"unicorn/prefer-array-find": "error",

0 commit comments

Comments
 (0)