From db4e471c290b8b0e9f810b2749df2d0060431066 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Pete=20Nyk=C3=A4nen?= Date: Wed, 29 Apr 2020 12:48:17 +0300 Subject: [PATCH] [readme] Add Rules of Hooks to Other useful plugins section --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 4d30bd8033..3a06ef705d 100644 --- a/README.md +++ b/README.md @@ -194,6 +194,7 @@ Enable the rules that you would like to use. ## 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) - React Native: [eslint-plugin-react-native](https://github.com/Intellicode/eslint-plugin-react-native)