Skip to content

Commit bc9a8ea

Browse files
authored
Update jsx-props-no-multi-spaces.md
Add complete rule name to headline and remove redundant JSX mentions equal to other rules. Easier readable description.
1 parent a466a77 commit bc9a8ea

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/rules/jsx-props-no-multi-spaces.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
# Disallow multiple spaces between inline JSX props
1+
# Disallow multiple spaces between inline JSX props (react/jsx-props-no-multi-spaces)
22

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.
3+
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.
46

57
## Rule Details
68

0 commit comments

Comments
 (0)