Warn if When
tag is missing condition
attribute.
The following patterns are considered warnings:
<When>
<div/>
</When>
The following patterns are not warnings:
<When condition={foo}>
<div/>
</When>
If you are not using JSX, you can disable this rule