Rules
no-redundant-should-component-update
Full Name in eslint-plugin-react-x
Full Name in @eslint-react/eslint-plugin
Presets
xrecommendedrecommended-typescriptrecommended-type-checked
Description
Disallow shouldComponentUpdate when extending React.PureComponent.
While having shouldComponentUpdate will still work, it becomes pointless to extend React.PureComponent.