Ethan Cohen
Ethan Cohen
@cesco69 do you plan on taking this on?
[worth it?](https://www.hover.com/domains/results?utf8=%E2%9C%93&q=greendots.io)
@necolas do you have any thoughts on this, specifically for RNW?
@jessebeach @ljharb FYI, our team is doing an accessibility hackday on Thursday and we are going to start adding RN(W) rules. I'll move forward with a `native` prefix to the...
we don't have a RN codebase to test against, but the APIs are the same. I'm unsure if the same accessibility rules apply in practice. I'll publish an alpha at...
@djErock you can do something like: ``` /* eslint-disable jsx-a11y/accessible-emoji */ return( 🔓 ); /* eslint-enable jsx-a11y/accessible-emoji */ ```
that would be turning this into a static type checker 😝 can you not use React PropTypes for that? if we can find an a11y use case then for sure...
any correlation https://www.w3.org/TR/wai-aria/complete#aria-autocomplete ?
What is your configuration for the `label-has-for` rule?
> I'm sorry that I didn't set anything. Because I couldn't find any setting for target component. I'm not sure what this means. can you clarify? Can you copy and...