module.exports = { extends: ['next/core-web-vitals'], rules: { '@next/next/no-img-element': 'off', 'prefer-const': 'error', 'no-var': 'error', }, };