Skip to content
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

Missing parentheses around multiline JSX (react/jsx-wrap-multilines) #222

Open
lavebug opened this issue May 23, 2017 · 3 comments
Open
Labels

Comments

@lavebug
Copy link

lavebug commented May 23, 2017

Type of issue: feature suggestion

Chapter: 04 - Webpack, React, and Hot Module Replacement (Very End of it)

If it's a bug:

In src/client/index.jsx

screen shot 2017-05-23 at 10 48 47 am

@NicolasWebDev
Copy link

I can confirm the problem. Only styling though.

@IsoLinearCHiP
Copy link

Stumbled over this as well. Alternatively declaring it as a concious style choice with /* eslint-disable react/jsx-wrap-multilines */, either at the top of the file or before the offending line, works too

@verekia verekia added the bug label Sep 27, 2017
@dougkulak
Copy link

I fixed this by adding the following to my .eslintrc.json:
"rules": { "react/jsx-wrap-multilines": false, ... }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

5 participants