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
Copy file name to clipboardExpand all lines: docs/rules/jsx-sort-props.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ Some developers prefer to sort props names alphabetically to be able to find nec
4
4
5
5
## Rule Details
6
6
7
-
This rule checks all JSX components and verifies that all props are sorted alphabetically. This rule is off by default.
7
+
This rule checks all JSX components and verifies that all props are sorted alphabetically. A spread attribute resets the verification. This rule is off by default.
8
8
The default configuration of the rule is case-sensitive.
9
9
10
10
The following patterns are considered warnings:
@@ -17,6 +17,7 @@ The following patterns are considered okay and do not cause warnings:
0 commit comments