Skip to content

Update react/sort-comp eslint rule

Latest
Compare
Choose a tag to compare
@kevinbarabash kevinbarabash released this 01 May 21:31
· 204 commits to master since this release

We were using the default ordering for sort-comp. The new ordering is:

"type-annotations",
"static-methods",
"lifecycle",
"everything-else",
"render"