Disallow Use of __iterator__ Property (no-iterator)

Prevents using the obsolete __iterator__ property. Use standard JavaScript iterators and generators instead. This is a standard rule built into ESLint.

For complete details about this rule, including examples, see the corresponding ESLint documentation, Disallow Iterator (no-iterator).