We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enforces that there is exactly one space between all attributes and after tag name and the first attribute in the same line.
https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-props-no-multi-spaces.md
The following patterns are considered warnings:
<App spacy />
<App too spacy />
The following patterns are not considered warnings:
<App cozy />
<App very cozy />
The text was updated successfully, but these errors were encountered:
093b7f0
Shipping this in standard 14.
standard
Sorry, something went wrong.
Disallow multiple spaces between inline JSX props (react/jsx-props-no…
a41dc57
…-multi-spaces) Fixes: standard/standard#1363
2ff1027
No branches or pull requests
Enforces that there is exactly one space between all attributes and after tag name and the first attribute in the same line.
https://github.com/yannickcr/eslint-plugin-react/blob/master/docs/rules/jsx-props-no-multi-spaces.md
The following patterns are considered warnings:
The following patterns are not considered warnings:
The text was updated successfully, but these errors were encountered: