We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
jsx-props-no-multi-spaces
1 parent 9e4ad21 commit 39e4396Copy full SHA for 39e4396
docs/rules/jsx-props-no-multi-spaces.md
@@ -29,3 +29,5 @@ The following patterns are **not** considered warnings:
29
## When Not To Use It
30
31
If you are not using JSX or don't care about the space between two props in the same line.
32
+
33
+If you have enabled the core rule `no-multi-spaces` with eslint >= 3, you don't need this rule.
0 commit comments