Skip to content

Commit ad52cb2

Browse files
committed
Update jsx-sort-props documentation
1 parent 0b2a18b commit ad52cb2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/rules/jsx-sort-props.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ Some developers prefer to sort props names alphabetically to be able to find nec
44

55
## Rule Details
66

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-
The default configuration of the rule is case-sensitive.
7+
This rule checks all JSX components and verifies that all props are sorted alphabetically. A spread attribute resets the verification. The default configuration of the rule is case-sensitive.
98

109
The following patterns are considered warnings:
1110

0 commit comments

Comments
 (0)