Skip to content

Commit fa39d01

Browse files
committed
Sort list of rules in readme
Sorting these rules alphabetically will help people find the rules that they are looking for easier.
1 parent fc8a62e commit fa39d01

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,10 @@ Finally, enable all of the rules that you would like to use.
6767

6868
* [display-name](docs/rules/display-name.md): Prevent missing displayName in a React component definition
6969
* [jsx-boolean-value](docs/rules/jsx-boolean-value.md): Enforce boolean attributes notation in JSX
70-
* [jsx-quotes](docs/rules/jsx-quotes.md): Enforce quote style for JSX attributes
7170
* [jsx-no-undef](docs/rules/jsx-no-undef.md): Disallow undeclared variables in JSX
72-
* [jsx-sort-props](docs/rules/jsx-sort-props.md): Enforce props alphabetical sorting
71+
* [jsx-quotes](docs/rules/jsx-quotes.md): Enforce quote style for JSX attributes
7372
* [jsx-sort-prop-types](docs/rules/jsx-sort-prop-types.md): Enforce propTypes declarations alphabetical sorting
73+
* [jsx-sort-props](docs/rules/jsx-sort-props.md): Enforce props alphabetical sorting
7474
* [jsx-uses-react](docs/rules/jsx-uses-react.md): Prevent React to be incorrectly marked as unused
7575
* [jsx-uses-vars](docs/rules/jsx-uses-vars.md): Prevent variables used in JSX to be incorrectly marked as unused
7676
* [no-did-mount-set-state](docs/rules/no-did-mount-set-state.md): Prevent usage of setState in componentDidMount

0 commit comments

Comments
 (0)