зеркало из https://github.com/github/catalyst.git
tweak error conditions for lighthouse
This commit is contained in:
Родитель
c34b4358f1
Коммит
9dc8b5db0a
|
@ -12,10 +12,11 @@
|
|||
"uses-text-compression": "off",
|
||||
"render-blocking-resources": "off",
|
||||
"uses-rel-preload": "off",
|
||||
"first-contentful-paint": ["warn", {"minScore": 0.8}],
|
||||
"first-contentful-paint": ["error", {"maxNumbericValue": 1000}],
|
||||
"first-meaningful-paint": ["warn", {"minScore": 0.8}],
|
||||
"largest-contentful-paint": ["warn", {"minScore": 0.8}],
|
||||
"deprecations": "off"
|
||||
"deprecations": "off",
|
||||
"csp-xss": "off"
|
||||
}
|
||||
},
|
||||
"upload": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче