jsx-wrap-multiline does not enforce end-paren if begin-paren is valid #200
Labels
Formatting rule
Relates to a rule which enforces code formatting and likely overlaps with prettier
Type: Bug
Given the following code with
"jsx-wrap-multiline": true
:You get errors as expected.
Same with
Where it gives an error at both paren.
However
validates fine.
I would expend the end paren to still be showing an error.
The text was updated successfully, but these errors were encountered: