-
-
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
jsx-indent-props fails on lines following preceding operator #647
Labels
Comments
Any update on this? Also, the same issue appears with jsx-indent. |
Just came across this issue as well |
Same here and I just want to add that using
|
I will take a look this issue |
@ljharb I sent a PR, can you confirm if it worked? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Example, with rule setting:
and source file:
eslint gives output:
I would expect it to understand that the indent is increased by the preceding operator on the line above.
The text was updated successfully, but these errors were encountered: