{ "extends": ["next/core-web-vitals"], "rules": { "@next/next/no-img-element": "warn", "react/no-unescaped-entities": "error", "react-hooks/exhaustive-deps": "warn" } }