You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The react/sort-comp rule often forces us to either disable it or to write code we did not want to write in the first place (for example, adding attribute declarations in the middle of a class, not at the top of it).
We should disable this rule globally.
The text was updated successfully, but these errors were encountered:
The
react/sort-comp
rule often forces us to either disable it or to write code we did not want to write in the first place (for example, adding attribute declarations in the middle of a class, not at the top of it).We should disable this rule globally.
The text was updated successfully, but these errors were encountered: