Skip to content

Commit 41e260a

Browse files
authored
Merge pull request #131 from github/fix-lighthouse
Disregard deprecations in lighthouse
2 parents fd85608 + ca7acac commit 41e260a

1 file changed

Lines changed: 3 additions & 5 deletions

File tree

lighthouserc.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,7 @@
11
{
22
"ci": {
33
"collect": {
4-
"url": [
5-
"http://localhost:4000/?prefers-color-scheme=light",
6-
"http://localhost:4000/?prefers-color-scheme=dark"
7-
],
4+
"url": ["http://localhost:4000/?prefers-color-scheme=light", "http://localhost:4000/?prefers-color-scheme=dark"],
85
"startServerCommand": "cd docs && bundle exec jekyll serve"
96
},
107
"assert": {
@@ -16,7 +13,8 @@
1613
"uses-rel-preload": "off",
1714
"first-contentful-paint": ["warn", {"minScore": 0.8}],
1815
"first-meaningful-paint": ["warn", {"minScore": 0.8}],
19-
"largest-contentful-paint": ["warn", {"minScore": 0.8}]
16+
"largest-contentful-paint": ["warn", {"minScore": 0.8}],
17+
"deprecations": "off"
2018
}
2119
},
2220
"upload": {

0 commit comments

Comments
 (0)