File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -89,6 +89,7 @@ Finally, enable all of the rules that you would like to use.
89
89
* [ require-extension] ( docs/rules/require-extension.md ) : Restrict file extensions that may be required
90
90
* [ self-closing-comp] ( docs/rules/self-closing-comp.md ) : Prevent extra closing tags for components without children
91
91
* [ 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
92
93
* [ wrap-multilines] ( docs/rules/wrap-multilines.md ) : Prevent missing parentheses around multilines JSX (fixable)
93
94
94
95
## JSX-specific rules
@@ -107,7 +108,6 @@ Finally, enable all of the rules that you would like to use.
107
108
* [ jsx-no-literals] ( docs/rules/jsx-no-literals.md ) : Prevent usage of unwrapped JSX strings
108
109
* [ jsx-no-undef] ( docs/rules/jsx-no-undef.md ) : Disallow undeclared variables in JSX
109
110
* [ 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
111
111
* [ jsx-sort-props] ( docs/rules/jsx-sort-props.md ) : Enforce props alphabetical sorting
112
112
* [ jsx-space-before-closing] ( docs/rules/jsx-space-before-closing.md ) : Validate spacing before closing bracket in JSX (fixable)
113
113
* [ jsx-uses-react] ( docs/rules/jsx-uses-react.md ) : Prevent React to be incorrectly marked as unused
You can’t perform that action at this time.
0 commit comments