Skip to content

Commit 8d8649e

Browse files
committed
Merge pull request #449 from craigklem/master
Update sort-prop-types in Readme
2 parents 1aa015d + 9a6a578 commit 8d8649e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,6 +89,7 @@ Finally, enable all of the rules that you would like to use.
8989
* [require-extension](docs/rules/require-extension.md): Restrict file extensions that may be required
9090
* [self-closing-comp](docs/rules/self-closing-comp.md): Prevent extra closing tags for components without children
9191
* [sort-comp](docs/rules/sort-comp.md): Enforce component methods order
92+
* [sort-prop-types](docs/rules/sort-prop-types.md): Enforce propTypes declarations alphabetical sorting
9293
* [wrap-multilines](docs/rules/wrap-multilines.md): Prevent missing parentheses around multilines JSX (fixable)
9394

9495
## JSX-specific rules
@@ -107,7 +108,6 @@ Finally, enable all of the rules that you would like to use.
107108
* [jsx-no-literals](docs/rules/jsx-no-literals.md): Prevent usage of unwrapped JSX strings
108109
* [jsx-no-undef](docs/rules/jsx-no-undef.md): Disallow undeclared variables in JSX
109110
* [jsx-pascal-case](docs/rules/jsx-pascal-case.md): Enforce PascalCase for user-defined JSX components
110-
* [jsx-sort-prop-types](docs/rules/jsx-sort-prop-types.md): Enforce propTypes declarations alphabetical sorting
111111
* [jsx-sort-props](docs/rules/jsx-sort-props.md): Enforce props alphabetical sorting
112112
* [jsx-space-before-closing](docs/rules/jsx-space-before-closing.md): Validate spacing before closing bracket in JSX (fixable)
113113
* [jsx-uses-react](docs/rules/jsx-uses-react.md): Prevent React to be incorrectly marked as unused

0 commit comments

Comments
 (0)