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 a466a77 commit bc9a8eaCopy full SHA for bc9a8ea
docs/rules/jsx-props-no-multi-spaces.md
@@ -1,6 +1,8 @@
1
-# Disallow multiple spaces between inline JSX props
+# Disallow multiple spaces between inline JSX props (react/jsx-props-no-multi-spaces)
2
3
-Enforces that there is exactly one space between two JSX attributes or the JSX tag name and the first JSX attribute in the same line.
+Enforces that there is exactly one space between all attributes and after tag name and the first attribute in the same line.
4
+
5
+**Fixable:** This rule is automatically fixable using the `--fix` flag on the command line.
6
7
## Rule Details
8
0 commit comments