module.exports = { rules: { 'jsx-a11y/anchor-is-valid': 'off', 'react/prop-types': 'off', }, };