jsx-wrap-multiline does not check nested JSX #205
Labels
Formatting rule
Relates to a rule which enforces code formatting and likely overlaps with prettier
help wanted
Type: Bug
Possible duplicate of #185, but I couldn't quite understand what error that issue was reporting.
When using the rule
jsx-wrap-multiline = true
, no nested JSX is checked. The outer JSX is checked correctly, but no insertion of JS in the JSX via{}
is checked. Example:I would expect any nested JSX inside
{}
tags to also be checked with this rule.Hope this can be addressed, as it's a common pattern in many of our/my projects :)
Keep up the great work with TSLintReact<3!
The text was updated successfully, but these errors were encountered: