module.exports = { site: 'ignore.com', ignore: true, url() { return `https://ignore.com` }, parser() { return [] } }