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