-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Labels
Description
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.
rerissondaniel