Guest User

Untitled

a guest
Nov 13th, 2018
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. module.exports = {
  2. extends: 'lighthouse:default',
  3. settings: {
  4. 'scores': {
  5. 'performance': 90,
  6. 'accessibility': 90,
  7. 'best-practices': 90,
  8. 'seo': 80
  9. },
  10. 'onlyCategories': [
  11. 'performance',
  12. 'accessibility',
  13. 'best-practices',
  14. 'seo'
  15. ],
  16. 'skipAudits': [
  17. 'byte-efficiency/uses-responsive-images',
  18. 'byte-efficiency/uses-webp-images',
  19. 'seo/meta-description'
  20. ]
  21. },
  22. };
Add Comment
Please, Sign In to add comment