16 lines
739 B
JSON
16 lines
739 B
JSON
{
|
|
"font-display": [ "error", { "minScore": 0 } ],
|
|
"heading-order": [ "error", { "minScore": 0 } ],
|
|
"meta-description": [ "error", { "minScore": 0 } ],
|
|
"unused-css-rules": [ "error", { "maxLength": 2 } ],
|
|
"unused-javascript": [ "error", { "maxLength": 1 } ],
|
|
"uses-rel-preconnect": [ "error", { "maxLength": 1 } ],
|
|
"first-contentful-paint": [ "error", { "minScore": 0.80 } ],
|
|
"first-meaningful-paint": [ "error", { "minScore": 0.60 } ],
|
|
"largest-contentful-paint": [ "error", { "minScore": 0.80 } ],
|
|
"legacy-javascript": [ "error", { "maxLength": 1 } ],
|
|
"render-blocking-resources": [ "error", { "maxLength": 8 } ],
|
|
"uses-long-cache-ttl": [ "warn", { "maxLength": 25 } ],
|
|
"csp-xss": [ "warn", { "minScore": 0 }]
|
|
}
|