It is best practice to group table rows into one of:
thead
tbody
tfoot
This helps avoid a very nuanced (and possibly deprecated in the future) feature of glimmer that auto-inserts these tags.
This rule forbids the following:
This rule allows the following:
If you have a component with one of the table groups specified as its tagName
, you should disable the rule inline: