Skip to content

Commit 52b8e67

Browse files
authored
Merge pull request #982 from captbaritone/patch-1
Indicate that jsx-indent is fixable (README)
2 parents 0a40c27 + bf90593 commit 52b8e67

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
@@ -119,7 +119,7 @@ Finally, enable all of the rules that you would like to use. Use [our preset](#
119119
* [react/jsx-filename-extension](docs/rules/jsx-filename-extension.md): Restrict file extensions that may contain JSX
120120
* [react/jsx-first-prop-new-line](docs/rules/jsx-first-prop-new-line.md): Enforce position of the first prop in JSX (fixable)
121121
* [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)
123123
* [react/jsx-indent-props](docs/rules/jsx-indent-props.md): Validate props indentation in JSX (fixable)
124124
* [react/jsx-key](docs/rules/jsx-key.md): Validate JSX has key prop when in array or iterator
125125
* [react/jsx-max-props-per-line](docs/rules/jsx-max-props-per-line.md): Limit maximum of props on a single line in JSX

0 commit comments

Comments
 (0)