aboutsummaryrefslogtreecommitdiff
path: root/vnext/.eslintrc
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2019-04-03 01:05:21 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:54 +0300
commitef8c38749216ba8eb5918e398d12f3e48663f56f (patch)
tree870fde4959acb74700218b9697a727791cd5fb0f /vnext/.eslintrc
parentec77d4c2416f0cb8218c7719bf46a98066603407 (diff)
react-hooks/exhaustive-deps
Diffstat (limited to 'vnext/.eslintrc')
-rw-r--r--vnext/.eslintrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/vnext/.eslintrc b/vnext/.eslintrc
index f7aa66d1..6d200c92 100644
--- a/vnext/.eslintrc
+++ b/vnext/.eslintrc
@@ -63,6 +63,7 @@
"jest/prefer-to-have-length": "warn",
"jest/valid-expect": "error",
- "react-hooks/rules-of-hooks": "error"
+ "react-hooks/rules-of-hooks": "error",
+ "react-hooks/exhaustive-deps": "warn"
}
}