-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
New issue
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
[Fix] jsx-no-leaked-render
: preserve RHS parens for multiline jsx element while fixing
#3623
[Fix] jsx-no-leaked-render
: preserve RHS parens for multiline jsx element while fixing
#3623
Conversation
…lements while fixing
Codecov Report
@@ Coverage Diff @@
## master #3623 +/- ##
==========================================
- Coverage 97.64% 94.35% -3.29%
==========================================
Files 132 132
Lines 9351 9358 +7
Branches 3423 3425 +2
==========================================
- Hits 9131 8830 -301
- Misses 220 528 +308
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great, thanks!
2428d4c
to
422ff33
Compare
Fixes #3551