FormidableLabs / eslint-plugin-react-native-a11y

React Native specific accessibility linting rules.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support ESLint 8

robrechtme opened this issue Β· comments

Hi πŸ‘‹πŸ»

Could you check if this plugin still works on ESLint 8 and, if so, update the peer dependencies to support it? Many thanks πŸ™πŸ»

I tested it out on ESLint 8 and in my project, there were no issues.

commented

hey @robrechtme -- we're trying to track the version react-native supports out of the box, which for right now is set to eslint@7

see https://github.com/facebook/react-native/blob/v0.67.4/template/package.json#L21

if a later release of RN support ESLint 8, we'll bump this plugin to match.