Skip to content

Commit

Permalink
Update jsx-sort-props documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yannickcr committed Mar 7, 2016
1 parent 0b2a18b commit ad52cb2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/rules/jsx-sort-props.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@ Some developers prefer to sort props names alphabetically to be able to find nec

## Rule Details

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.
The default configuration of the rule is case-sensitive.
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.

The following patterns are considered warnings:

Expand Down

0 comments on commit ad52cb2

Please sign in to comment.