Validates alt text is present and non-redundant (alt-text, img-redundant-alt)
Validates aria-* & role props are valid, non-redundant and used on non-reserved dom elements (aria-props, aria-role, aria-unsupported-elements, no-redundant-roles)
Validates iframe has title
Forbids accessKey prop (no-access-key)
autocomplete-valid: Validates value for autocomplete
Additional rules
jsx-no-lonely-template-string: Enforce {`Hello ${name}`} -> Hello {name} in JSX
jsx-no-number-truthiness: Disallow list.length && ... in JSX
no-unused-property-signature: Check for unused option in functions using object parameters types