This website requires JavaScript.
Explore
Help
Register
Sign In
valentineus
/
eslint-config
Watch
0
Fork
0
You've already forked eslint-config
Code
Issues
Releases
Activity
eslint-config
/
src
/
rules
/
react-hooks
/
default.json
8 lines
104 B
JSON
Raw
Normal View
History
Unescape
Escape
Added react-hooks rules Signed-off-by: Valentin Popov <info@valentineus.link>
2020-06-18 11:47:07 +04:00
{
"react-hooks/exhaustive-deps"
:
[
"warn"
]
,
"react-hooks/rules-of-hooks"
:
[
"error"
]
}
Copy Permalink