💼 This rule is enabled in the 🔐 internal
config.
Ideally JavaScript behaviors should not rely on Primer CSS when the hidden
property can be used.
👎 Examples of incorrect code for this rule:
div.classList.add('d-none')
👍 Examples of correct code for this rule:
div.hidden = false
4.3.2