Warn if For
tag is missing each
attribute. And also marks the variable as defined.
The following patterns are considered warnings:
<For>
<div/>
</For>
The following patterns are not warnings:
<For each={foo}>
<div/>
</For>
If you are not using JSX, you can disable this rule