Skip to content

Commit

Permalink
fix: update lighthouse config
Browse files Browse the repository at this point in the history
  • Loading branch information
sghoweri committed Dec 3, 2019
1 parent 347257e commit b225a37
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions lighthouserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,8 @@
"preset": "lighthouse:recommended",
"assertions": {
"categories.pwa": "off",
"bypass": ["error", {"minScore": 0}],
"offline-start-url": ["error", {"minScore": 0}],
"service-worker": ["error", {"minScore": 0}],
"works-offline": ["error", {"minScore": 0}],
"redirects-http": ["warn", {"minScore": 0}],
"render-blocking-resources": ["warn", {"maxLength": 1}],
"uses-http2": ["warn", {"minScore": 0}]
"categories.performance": "warn",
"categories.accessibility "warn"
}
}
}
Expand Down

0 comments on commit b225a37

Please sign in to comment.