mirror of
https://github.com/gethomepage/homepage.git
synced 2025-12-05 21:47:48 +01:00
Turn off default export eslint rule
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
"extends": ["airbnb", "next/core-web-vitals", "prettier"],
|
"extends": ["airbnb", "next/core-web-vitals", "prettier"],
|
||||||
"plugins": ["prettier"],
|
"plugins": ["prettier"],
|
||||||
"rules": {
|
"rules": {
|
||||||
|
"import/prefer-default-export": "off",
|
||||||
"import/no-cycle": [
|
"import/no-cycle": [
|
||||||
"error",
|
"error",
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user