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
Similar to #1775 ...
The bug with the --fix part of this rule is still there, and the PR did not fix it.
--fix
Rules
"react/jsx-one-expression-per-line": "error", "react/jsx-indent": [ "error", 4 ],
Original Code
return ( <div>text</div> );
Actual (after fix)
return ( <div> text </div> );
Expected
The text was updated successfully, but these errors were encountered:
I'll create the PR.
Sorry, something went wrong.
jsx-indent
[Fix] jsx-indent: Does not check indents for JSXText
0264f6a
Fixes jsx-eslint#2467. Fixes jsx-eslint#2484. Fixes jsx-eslint#1136.
137abcd
8b89f61
ffdf69a
Successfully merging a pull request may close this issue.
Similar to #1775 ...
The bug with the
--fix
part of this rule is still there, and the PR did not fix it.Rules
Original Code
Actual (after fix)
Expected
The text was updated successfully, but these errors were encountered: