-
-
Notifications
You must be signed in to change notification settings - Fork 2.8k
react/jsx-indent: Closing parenthese indentation #618
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
Comments
The examples you've mentioned are exactly how it should be working. Is it working differently? |
Mhhh, good to know. So it must be a configuration issue, right? I tried to find the conflicting rule without success. Would it be possible that you take a look? https://github.com/stefanbuck/eslint-plugin-react-issues-618 |
@stefanbuck thanks for the repro repo! It definitely looks like a bug. |
Is jsxp-indent.js the right place to fix it? I'll try to come up with a PR for this. |
The indentation of the closing parentheses on return statements seems to be not working.
The following patterns are considered warnings:
The following patterns are not considered warnings:
The text was updated successfully, but these errors were encountered: