Skip to content

Instantly share code, notes, and snippets.

@stackdumper
Created April 15, 2018 07:01
Show Gist options
  • Save stackdumper/2086e9f4b04bbbc8c80e1a24cbf6a933 to your computer and use it in GitHub Desktop.
Save stackdumper/2086e9f4b04bbbc8c80e1a24cbf6a933 to your computer and use it in GitHub Desktop.
Eslint react sort comp
react/sort-comp:
- warn
-
order:
- static-methods
- constructor
- lifecycle
- /^on.+$/
- /^handle.+$/
- getters
- setters
- /^(get|set)(?!(InitialState$|DefaultProps$|ChildContext$)).+$/
- everything-else
- /^render.+$/
- render
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment