es-x/no-iterator-prototype-drop
disallow the
Iterator.prototype.drop
method
- ✅ The following configurations enable this rule: no-iterator-helpers and no-new-in-esnext
This rule reports ES2025 Iterator.prototype.drop
as errors.
💡 Examples
⛔ Examples of incorrect code for this rule:
🔧 Options
This rule has an option.
yaml
rules:
es-x/no-iterator-prototype-drop: [error, { aggressive: false }]
aggressive: boolean
Configure the aggressive mode for only this rule. This is prior to the settings['es-x'].aggressive
setting.
🚀 Version
This rule was introduced in v8.1.0.