diff --git a/.eslintrc.json b/.eslintrc.json index 1148b68..44f92f6 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -22,10 +22,10 @@ "react-hooks/rules-of-hooks": "error", "react-hooks/exhaustive-deps": "warn", "no-restricted-imports": [ - "error", - { - patterns: ['@mui/*/*/*'] - } + "error", + { + "patterns": ["@mui/*/*/*"] + } ] } }