react-codemod icon indicating copy to clipboard operation
react-codemod copied to clipboard

Actualize sort-comp for supporting more selectors like static-variables, static-methods, getters, setters etc

Open DmitryKorlas opened this issue 2 years ago • 1 comments

This PR implements a following "selectors" from react/sort-comp rule:

  • static-variables
  • static-methods
  • instance-variables
  • getters
  • setters
  • instance-methods

Also it fixes an issues of sorting, I covered it by tests to make sure it works well.

DmitryKorlas avatar Dec 02 '22 12:12 DmitryKorlas

Any chance this could be merged? Having to manually patch this each time is kind of a pain 🙏

stormwarning avatar Jun 07 '24 02:06 stormwarning