✅ The extends: 'recommended'
property in a configuration file enables this rule.
This rule forbids multiple attributes passed to a Component, Helper, or an ElementNode with the same name. According to the HTML attributes Spec:
There must never be two or more attributes on the same start tag whose names are an ASCII case-insensitive match for each other.
This is also a violation of WCAG 4.1.1 - Parsing (Level A):
In content implemented using markup languages, elements have complete start and end tags, elements are nested according to their specifications, elements do not contain duplicate attributes, and any IDs are unique, except where the specifications allow these features.
This rule forbids the following:
This rule allows the following: