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
When `true`, short hand props must be listed before all other props, but still respecting the alphabetical order:
56
+
57
+
```js
58
+
<Hello active validate name="John" tel={5555555} />
59
+
```
60
+
52
61
## When not to use
53
62
54
63
This rule is a formatting preference and not following it won't negatively affect the quality of your code. If alphabetizing props isn't a part of your coding standards, then you can leave this rule off.
0 commit comments