/** @type {import('eslint').Linter.Config} */ module.exports = { name: 'Next rules override', rules: { '@next/next/no-duplicate-head': 'off', }, };