Skip to content

"react/jsx-wrap-multilines": "never" option  #1035

Closed
@ghost

Description

Hi, it would be cool, to have that option available.

I am working currently in a team, where the members decided to use that explicit syntax:

return <div>
  <div />
</div>

I tried no-extra-parens but it did't worked for return statements. So I am here ;)

Would be nice to have the never option like:

"react/jsx-wrap-multilines": ["error", "never"]

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions