Skip to content

Commit

Permalink
fix: removed a newline
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaPontrandolfo committed Nov 20, 2022
1 parent 4115a19 commit f017a31
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/rules/ensure-matching-remove-event-listener.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,7 @@ module.exports = {
meta: {
type: 'problem',
docs: {
description:
'Enforces that every addEventListener has a matching removeEventListener in the return statement of the same useEffect block',
description: 'Enforces that every addEventListener has a matching removeEventListener in the return statement of the same useEffect block',
category: 'Possible Errors',
recommended: false,
url: docsUrl('ensure-matching-remove-event-listener'),
Expand Down

0 comments on commit f017a31

Please sign in to comment.