module.exports = { root: true, extends: ["next/core-web-vitals", "@pompydev/eslint-config"], rules: { "react-hooks/exhaustive-deps": "off", }, }