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
This rule should force adding/removing of spaces in JavaScript Expressions.
Given the value of the rule is always:
always
... return ( <div> {children} </div> ); ...
... return ( <div> { children } </div> ); ...
Given the value of the rule is never:
never
The text was updated successfully, but these errors were encountered:
This is a duplicate of #857 (comment)
Sorry, something went wrong.
This is fixed in #1177.
No branches or pull requests
This rule should force adding/removing of spaces in JavaScript Expressions.
Given the value of the rule is
always
:Given the value of the rule is
never
:The text was updated successfully, but these errors were encountered: