Skip to content

Commit

Permalink
[Docs] props-no-multi-spaces: suggest using core rule instead
Browse files Browse the repository at this point in the history
  • Loading branch information
golopot committed Oct 22, 2019
1 parent 9e4ad21 commit 2da277f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/rules/jsx-props-no-multi-spaces.md
Expand Up @@ -29,3 +29,5 @@ The following patterns are **not** considered warnings:
## When Not To Use It

If you are not using JSX or don't care about the space between two props in the same line.

If you have enabled the core rule `no-multi-spaces` with eslint >= 3, you don't need this rule.

0 comments on commit 2da277f

Please sign in to comment.