diff --git a/examples/passport/wallets-with-nextjs/.eslintrc.json b/examples/passport/wallets-with-nextjs/.eslintrc.json index a7c3d56320..6cb73ba8c6 100644 --- a/examples/passport/wallets-with-nextjs/.eslintrc.json +++ b/examples/passport/wallets-with-nextjs/.eslintrc.json @@ -1,8 +1,3 @@ { - "extends": ["next/core-web-vitals", "next"], - "settings": { - "next": { - "rootDir": "examples/passport/wallets-with-nextjs" - } - } + "extends": ["next/core-web-vitals", "next"] }