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.
The following patterns are considered warnings:
<App spacy />
<App too spacy />
The following patterns are not considered warnings:
<App cozy />
<App very cozy />
If you are not using JSX or don't care about the space between two props in the same line.