summaryrefslogtreecommitdiff
path: root/src/rules/react-hooks/default.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/rules/react-hooks/default.json')
-rw-r--r--src/rules/react-hooks/default.json9
1 files changed, 8 insertions, 1 deletions
diff --git a/src/rules/react-hooks/default.json b/src/rules/react-hooks/default.json
index 0967ef4..4276d63 100644
--- a/src/rules/react-hooks/default.json
+++ b/src/rules/react-hooks/default.json
@@ -1 +1,8 @@
-{}
+{
+ "react-hooks/exhaustive-deps": [
+ "warn"
+ ],
+ "react-hooks/rules-of-hooks": [
+ "error"
+ ]
+} \ No newline at end of file