Closed

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"]