diff options
author | Valentin Popov <info@valentineus.link> | 2020-06-18 10:11:34 +0300 |
---|---|---|
committer | Valentin Popov <info@valentineus.link> | 2020-06-18 10:11:34 +0300 |
commit | e66c5dd2335131c0a96d66bbb401b541ff29672e (patch) | |
tree | 75144696058879ed426ae0e80e106830b5e74fcb /docs/roadmap/react-hooks.md | |
parent | 095a31c8fb4575dd1b02d4c10a188368398e0749 (diff) | |
download | eslint-config-e66c5dd2335131c0a96d66bbb401b541ff29672e.tar.xz eslint-config-e66c5dd2335131c0a96d66bbb401b541ff29672e.zip |
Added react and react-hooks plugins
Signed-off-by: Valentin Popov <info@valentineus.link>
Diffstat (limited to 'docs/roadmap/react-hooks.md')
-rw-r--r-- | docs/roadmap/react-hooks.md | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/roadmap/react-hooks.md b/docs/roadmap/react-hooks.md new file mode 100644 index 0000000..2e651d4 --- /dev/null +++ b/docs/roadmap/react-hooks.md @@ -0,0 +1,4 @@ +# React Hooks + +- [ ] "exhaustive-deps" +- [ ] "rules-of-hooks" |