💼 This rule is enabled in the following configs: ☑️ recommended
, 🔒 strict
.
The scope
prop should be used only on <th>
elements.
This rule takes no arguments.
<th scope="col" />
<th scope={scope} />
<div scope />
💼 This rule is enabled in the following configs: ☑️ recommended
, 🔒 strict
.
The scope
prop should be used only on <th>
elements.
This rule takes no arguments.
<th scope="col" />
<th scope={scope} />
<div scope />