💼 This rule is enabled in the following configs: ✅ recommended, strict-gjs, strict-gts.
Disallow yielding block params to else or inverse blocks.
Yielding block params (positional arguments) to else or inverse blocks doesn't work as expected. The params are not available in the inverse block.
This rule forbids the following:
This rule allows the following: