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