{ "extends": [ "next/core-web-vitals", "next/typescript" ], "rules": { "@typescript-eslint/no-unused-vars": "warn", "@typescript-eslint/no-explicit-any": "warn", "react/no-unescaped-entities": "warn", "@next/next/no-html-link-for-pages": "warn", "@next/next/no-img-element": "warn", "react-hooks/exhaustive-deps": "warn", "@typescript-eslint/no-require-imports": "warn", "prefer-const": "warn" } }