diff --git a/.eslintrc.json b/.eslintrc.json index bffb357..f16da9b 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,3 +1,6 @@ { - "extends": "next/core-web-vitals" + "extends": "next/core-web-vitals", + "rules": { + "import/no-anonymous-default-export": "off" + } } diff --git a/tsconfig.json b/tsconfig.json index 2159bf4..e96c4d6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -20,5 +20,5 @@ } }, "include": ["next-env.d.ts", "**/*.ts", "**/*.tsx"], - "exclude": ["node_modules"] + "exclude": ["node_modules", "strapi"] }