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 @@ -105,8 +105,8 @@ The plugin has a [recommended configuration](#user-content-recommended-configura
105
105
* [ jsx-equals-spacing] ( docs/rules/jsx-equals-spacing.md ) : Enforce or disallow spaces around equal signs in JSX attributes (fixable)
106
106
* [ jsx-first-prop-new-line] ( docs/rules/jsx-first-prop-new-line.md ) : Enforce position of the first prop in JSX
107
107
* [ jsx-handler-names] ( docs/rules/jsx-handler-names.md ) : Enforce event handler naming conventions in JSX
108
- * [ jsx-indent-props] ( docs/rules/jsx-indent-props.md ) : Validate props indentation in JSX (fixable)
109
108
* [ jsx-indent] ( docs/rules/jsx-indent.md ) : Validate JSX indentation
109
+ * [ jsx-indent-props] ( docs/rules/jsx-indent-props.md ) : Validate props indentation in JSX (fixable)
110
110
* [ jsx-key] ( docs/rules/jsx-key.md ) : Validate JSX has key prop when in array or iterator
111
111
* [ jsx-max-props-per-line] ( docs/rules/jsx-max-props-per-line.md ) : Limit maximum of props on a single line in JSX
112
112
* [ jsx-no-bind] ( docs/rules/jsx-no-bind.md ) : Prevent usage of ` .bind() ` and arrow functions in JSX props
You can’t perform that action at this time.
0 commit comments