diff --git a/.eslintrc.js b/.eslintrc.js index 66dda90bce..09e6bd3819 100644 --- a/.eslintrc.js +++ b/.eslintrc.js @@ -213,7 +213,7 @@ module.exports = { { "blankLine": "any", "prev": ["const", "let", "var"], "next": ["const", "let", "var"]}, ], "react-hooks/rules-of-hooks": "error", - "react-hooks/exhaustive-deps": "warn" + "react-hooks/exhaustive-deps": "off" }, } ]