What is to be discussed?
At Styleguide we implement components with the autoFocus feature without using the native HTML attribute. So it's safe to ignore this rule for components created by developers.
Describe the solution you'd like
Add this argument to the de jsx-a11y/no-autofocus rule.
How we do this today?
We are ignoring this rule to be able to use the autoFocus property of our components.
What is to be discussed?
At Styleguide we implement components with the
autoFocusfeature without using the native HTML attribute. So it's safe to ignore this rule for components created by developers.Describe the solution you'd like
Add this argument to the de
jsx-a11y/no-autofocusrule.How we do this today?
We are ignoring this rule to be able to use the
autoFocusproperty of our components.