diff --git a/.eslint-config.json b/.eslint-config.json deleted file mode 100644 index 90e8a0ae..00000000 --- a/.eslint-config.json +++ /dev/null @@ -1,8 +0,0 @@ -{ - "rules": { - "@next/next/no-html-link-for-pages": ["error", "packages/my-app/pages/"] - }, - "extends": { - "next/core-web-vitals" - } -}