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.
The rule tells me that this is good:
var hello = ( <div> <p>Hello</p> </div> )
but this is also accepted:
var hello = (<div> <p>Hello</p> </div>)
'react/jsx-wrap-multilines': 'error'
Did I miss something?