Skip to content

Commit

Permalink
Merge pull request #1918 from BenRichter/patch-1
Browse files Browse the repository at this point in the history
Update jsx-props-no-multi-spaces.md
  • Loading branch information
ljharb committed Aug 8, 2018
2 parents a466a77 + bc9a8ea commit 9258d79
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 9258d79

Please sign in to comment.