americanexpress / eslint-config-amex

✨ This is American Express' eslint config
Apache License 2.0
40 stars 13 forks source link

feat(ally): disallow nesting of controls in labels #86

Closed code-forger closed 3 years ago

code-forger commented 3 years ago

Nesting controls inside of label has poor support in assistive technologies, instead enforce separate tags with an htmlFor on the label.

Please make sure that the PR fulfills these requirements

Types of changes