✅ The extends: 'recommended'
property in a configuration file enables this rule.
Having ...attributes
on multiple elements nested within each other in a
component can cause unintended results.
This rule prevent you from running into this issue by disallowing
...attributes
if any of the parent elements already has ...attributes
on it.
This rule forbids the following:
This rule allows the following:
- Remove the inner
...attributes
declaration