module.exports = { | |
extends: 'lighthouse:default', | |
settings: { | |
'scores': { | |
'performance': 90, | |
'accessibility': 90, | |
'best-practices': 90, | |
'seo': 80 | |
}, | |
'onlyCategories': [ | |
'performance', | |
'accessibility', | |
'best-practices', | |
'seo' | |
], | |
'skipAudits': [ | |
'byte-efficiency/uses-responsive-images', | |
'byte-efficiency/uses-webp-images', | |
'seo/meta-description' | |
] | |
}, | |
}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment