8 lines
104 B
JSON
Raw Normal View History

{
"react-hooks/exhaustive-deps": [
"warn"
],
"react-hooks/rules-of-hooks": [
"error"
]
}