-
-
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
Make wrap-multilines more granular #94
Conversation
Ok to add these options to the rule. Can you update the documentation too ? Then I think we'll be good to merge. |
This adds an option for enabling/disabling wrap-multilines in the context of the enclosing expression. In facebook/react, we only care about jsx expressions in return statements: facebook/react#4007 (comment)
@yannickcr Fixed. |
Make wrap-multilines more granular
Thanks! |
Seeing as we have an outstanding PR depending on this commit (facebook/react#4007), is there a chance you'll cut a new release soon, or would you recommend we use a git commit hash in our dependencies? |
No need for the commit hash, a new release should come out soon. |
|
Awesome! Thanks! |
This adds an option for enabling/disabling wrap-multilines in the context of the enclosing expression. In facebook/react, we only care about jsx expressions in return statements