eslint-plugin-react-memo icon indicating copy to clipboard operation
eslint-plugin-react-memo copied to clipboard

Could some/all these rules be automatically fixable?

Open TSMMark opened this issue 4 years ago • 0 comments

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?

TSMMark avatar Oct 14 '21 19:10 TSMMark