eslint-plugin-react-memo
eslint-plugin-react-memo copied to clipboard
Could some/all these rules be automatically fixable?
E.g. if a component is missing React.memo around it, --fix could add import React from 'react' and wrap the component with React.memo?