Revert "Turn off default export eslint rule"

This reverts commit e8dd853ba6.
This commit is contained in:
Michael Shamoon 2022-10-22 00:41:27 -07:00
parent ab49b426ec
commit f86d2ff80c

View File

@ -2,7 +2,6 @@
"extends": ["airbnb", "next/core-web-vitals", "prettier"],
"plugins": ["prettier"],
"rules": {
"import/prefer-default-export": "off",
"import/no-cycle": [
"error",
{