Skip to content

Commit

Permalink
Update jsx-props-no-multi-spaces.md
Browse files Browse the repository at this point in the history
Add complete rule name to headline and remove redundant JSX mentions equal to other rules. 
Easier readable description.
  • Loading branch information
BenRichter committed Aug 8, 2018
1 parent a466a77 commit bc9a8ea
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/rules/jsx-props-no-multi-spaces.md
@@ -1,6 +1,8 @@
# Disallow multiple spaces between inline JSX props
# Disallow multiple spaces between inline JSX props (react/jsx-props-no-multi-spaces)

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.

**Fixable:** This rule is automatically fixable using the `--fix` flag on the command line.

## Rule Details

Expand Down

0 comments on commit bc9a8ea

Please sign in to comment.