We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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 ;)
no-extra-parens
Would be nice to have the never option like:
"react/jsx-wrap-multilines": ["error", "never"]