diff --git a/.eslintrc b/.eslintrc index e29f8784..634ac94c 100644 --- a/.eslintrc +++ b/.eslintrc @@ -34,7 +34,8 @@ "react/require-default-props": 0, "max-len": ["error", 150], "import/no-extraneous-dependencies": 0, - "no-new": 0 + "no-new": 0, + "compat/compat": "error" }, "plugins": [ "flowtype",