module.exports = { root: true, extends: ["next/core-web-vitals", "prettier"], rules: { "@next/next/no-html-link-for-pages": "off", }, }