Skip to content

Commit 90af71b

Browse files
committed
Added note to the docs
1 parent 1db64d8 commit 90af71b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/rules/jsx-indent.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
This option validates a specific indentation style for JSX.
44

5+
**Fixable:** This rule is automatically fixable using the `--fix` flag on the command line.
6+
Fixer will fix whitespace and tabs indentation. It won't replace tabs with whitespaces and vice-versa.
7+
58
## Rule Details
69

710
This rule is aimed to enforce consistent indentation style. The default style is `4 spaces`.

0 commit comments

Comments
 (0)