diff --git a/.eslintrc.json b/.eslintrc.json index 6c1da17dd..c700d0393 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -2,6 +2,7 @@ "extends": ["airbnb", "next/core-web-vitals", "prettier"], "plugins": ["prettier"], "rules": { + "import/prefer-default-export": "off", "import/no-cycle": [ "error", {