Block parameters (<Checkbox as |checkbox|>
) are only useful when invoking
components. When they are used on regular HTML elements they are useless and an
indicator of a potential bug.
This rule warns about all block parameter usages on regular HTML elements (angle bracket invocations with lower-case tagnames).
This rule forbids the following:
This rule allows the following:
- Remove the unused block parameters or fix the tag name to refer to a component