diff --git a/.eslintrc.json b/.eslintrc.json index 82e882ea..f2726aae 100644 --- a/.eslintrc.json +++ b/.eslintrc.json @@ -1,6 +1,6 @@ { "root": true, - "extends": ["next/core-web-vitals", "next/typescript"], + "extends": ["next"], "rules": { "@typescript-eslint/no-non-null-asserted-optional-chain": "off", "@typescript-eslint/no-explicit-any": "off",