diff --git a/.eslintrc b/.eslintrc index a0545d9f..ac4978bc 100644 --- a/.eslintrc +++ b/.eslintrc @@ -11,6 +11,8 @@ "jsx-a11y/control-has-associated-label": "off", "jsx-a11y/label-has-associated-control": "off", "jsx-a11y/click-events-have-key-events": "off", - "jsx-a11y/no-static-element-interactions": "off" + "jsx-a11y/no-static-element-interactions": "off", + "react-hooks/rules-of-hooks": "off", + "react-hooks/exhaustive-deps": "off" } }