We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1db64d8 commit 90af71bCopy full SHA for 90af71b
docs/rules/jsx-indent.md
@@ -2,6 +2,9 @@
2
3
This option validates a specific indentation style for JSX.
4
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
+
8
## Rule Details
9
10
This rule is aimed to enforce consistent indentation style. The default style is `4 spaces`.
0 commit comments