Skip to content

[eslint] {user.email} must be placed on a new line [react/jsx-one-expression-per-line] #2121

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

Closed
endcycles opened this issue Jan 5, 2019 · 2 comments

Comments

@endcycles
Copy link

endcycles commented Jan 5, 2019

I have no idea how I'm going to stop this error besides disabling the plugin entirely.

[eslint] {user.email} must be placed on a new line [react/jsx-one-expression-per-line]

https://gyazo.com/2a1ce5e90ec07ee3cb43454d32684872

@endcycles
Copy link
Author

Fixed the issue by adding a rule to .eslintrc.js

'react/jsx-one-expression-per-line': 'off'

@ljharb
Copy link
Member

ljharb commented Jan 5, 2019

Duplicate of #1855

@ljharb ljharb marked this as a duplicate of #1855 Jan 5, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants