You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -291,6 +291,7 @@ module.exports = [
291
291
||||[react/default-props-match-prop-types](docs/rules/default-props-match-prop-types.md)| Enforce all defaultProps have a corresponding non-required PropType |
292
292
|| 🔧 ||[react/destructuring-assignment](docs/rules/destructuring-assignment.md)| Enforce consistent usage of destructuring assignment of props, state, and context |
293
293
| ✔ |||[react/display-name](docs/rules/display-name.md)| Disallow missing displayName in a React component definition |
294
+
||||[react/ensure-matching-remove-event-listener](docs/rules/ensure-matching-remove-event-listener.md)| Enforces that every addEventListener has a matching removeEventListener in the return statement of the same useEffect block |
294
295
||||[react/forbid-component-props](docs/rules/forbid-component-props.md)| Disallow certain props on components |
295
296
||||[react/forbid-dom-props](docs/rules/forbid-dom-props.md)| Disallow certain props on DOM Nodes |
296
297
||||[react/forbid-elements](docs/rules/forbid-elements.md)| Disallow certain elements |
0 commit comments