Skip to content

Commit f67bd2a

Browse files
committed
tweak error conditions for lighthouse
1 parent 5050a15 commit f67bd2a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lighthouserc.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@
1313
"render-blocking-resources": "off",
1414
"uses-rel-preload": "off",
1515
"first-contentful-paint": ["error", {"maxNumbericValue": 1000}],
16-
"first-meaningful-paint": ["warn", {"minScore": 0.8}],
17-
"largest-contentful-paint": ["warn", {"minScore": 0.8}],
16+
"first-meaningful-paint": ["error", {"maxNumericValue": 1000}],
17+
"largest-contentful-paint": ["error", {"maxNumericValue": 1000}],
1818
"deprecations": "off",
1919
"csp-xss": "off"
2020
}

0 commit comments

Comments
 (0)