diff --git a/.eslintrc b/.eslintrc index b15ac745..1153727b 100644 --- a/.eslintrc +++ b/.eslintrc @@ -7,12 +7,6 @@ "multiline-ternary": "off", "react/prop-types": "off", "indent": "off", - "no-restricted-imports": [ - "error", - { - "patterns": ["@material-ui/*/*/*", "!@material-ui/core/test-utils/*"] - } - ], "one-var": "off", "semi": [ "error",