From c4c54cbb8e52f5176523d0e1c488b1cb663fbfca Mon Sep 17 00:00:00 2001 From: Darius Dzien Date: Sun, 15 Jan 2023 14:29:19 -0600 Subject: [PATCH] Update link to eslint-plugin-jsx-a11y in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 286762bbd3..3bc2729bac 100644 --- a/README.md +++ b/README.md @@ -397,7 +397,7 @@ module.exports = [ ## Other useful plugins - Rules of Hooks: [eslint-plugin-react-hooks](https://github.com/facebook/react/tree/master/packages/eslint-plugin-react-hooks) -- JSX accessibility: [eslint-plugin-jsx-a11y](https://github.com/evcohen/eslint-plugin-jsx-a11y) +- JSX accessibility: [eslint-plugin-jsx-a11y](https://github.com/jsx-eslint/eslint-plugin-jsx-a11y) - React Native: [eslint-plugin-react-native](https://github.com/Intellicode/eslint-plugin-react-native) ## License