From f86d2ff80c0194a9178e4510e8d6f0504b8dabed Mon Sep 17 00:00:00 2001 From: Michael Shamoon <4887959+shamoon@users.noreply.github.com> Date: Sat, 22 Oct 2022 00:41:27 -0700 Subject: [PATCH] Revert "Turn off default export eslint rule" This reverts commit e8dd853ba6fac1d33253667ffe9e02010a8dcfd6. --- .eslintrc.json | 1 - 1 file changed, 1 deletion(-) diff --git a/.eslintrc.json b/.eslintrc.json index c700d039..6c1da17d 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -2,7 +2,6 @@ "extends": ["airbnb", "next/core-web-vitals", "prettier"], "plugins": ["prettier"], "rules": { - "import/prefer-default-export": "off", "import/no-cycle": [ "error", {