✅ The extends: 'recommended'
property in a configuration file enables this rule.
This rule forbids unused block parameters except when they are needed to access a later parameter.
This rule forbids the following (unused parameters):
This rule allows the following:
Allowed (used parameters):
Allowed (later parameter used):