# For tag must contain each attribute (jsx-for-require-each)
Warn if `For` tag is missing `each` attribute. And also marks the variable as defined.
## Rule Details
The following patterns are considered warnings:
```js
```
The following patterns are not warnings:
```js
```
## When Not To Use It
If you are not using JSX, you can disable this rule