From 795b3c2b9e570ba0152b6a5723d9a8a18e97d564 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] 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 011504bcd6..0933388568 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)