{ "extends": "next/core-web-vitals", "rules": { "react/no-unescaped-entities": "off", "@next/next/no-img-element": "warn", "react-hooks/exhaustive-deps": "warn", "@typescript-eslint/no-explicit-any": "error" } }