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 @@ -119,7 +119,7 @@ Finally, enable all of the rules that you would like to use. Use [our preset](#
119
119
* [ react/jsx-filename-extension] ( docs/rules/jsx-filename-extension.md ) : Restrict file extensions that may contain JSX
120
120
* [ react/jsx-first-prop-new-line] ( docs/rules/jsx-first-prop-new-line.md ) : Enforce position of the first prop in JSX (fixable)
121
121
* [ react/jsx-handler-names] ( docs/rules/jsx-handler-names.md ) : Enforce event handler naming conventions in JSX
122
- * [ react/jsx-indent] ( docs/rules/jsx-indent.md ) : Validate JSX indentation
122
+ * [ react/jsx-indent] ( docs/rules/jsx-indent.md ) : Validate JSX indentation (fixable)
123
123
* [ react/jsx-indent-props] ( docs/rules/jsx-indent-props.md ) : Validate props indentation in JSX (fixable)
124
124
* [ react/jsx-key] ( docs/rules/jsx-key.md ) : Validate JSX has key prop when in array or iterator
125
125
* [ react/jsx-max-props-per-line] ( docs/rules/jsx-max-props-per-line.md ) : Limit maximum of props on a single line in JSX
You can’t perform that action at this time.
0 commit comments