-
-
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
[New] jsx-wrap-multilines
: add never
option to prohibit wrapping parens on multiline JSX
#3668
Conversation
…parens on multiline JSX
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #3668 +/- ##
=======================================
Coverage 97.65% 97.65%
=======================================
Files 132 132
Lines 9375 9379 +4
Branches 3432 3433 +1
=======================================
+ Hits 9155 9159 +4
Misses 220 220 ☔ View full report in Codecov by Sentry. |
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.
The style is atrocious, but your PR is good. Thanks!
react/jsx-wrap-multilines
: add never
option to prohibit wrapping parens on multiline JSX
Relates to #1039 as well, i think. |
react/jsx-wrap-multilines
: add never
option to prohibit wrapping parens on multiline JSXjsx-wrap-multilines
: add never
option to prohibit wrapping parens on multiline JSX
Fixes #1035
First PR here so if I'm missing anything please let me know!
(Also I'm aware this particular option is very controversial, please don't hate me 😇)