Files
docs.nestjs.com/lighthouserc.json
2025-12-17 11:06:36 +01:00

36 lines
802 B
JSON

{
"ci": {
"collect": {
"numberOfRuns": 5
},
"assert": {
"assertions": {
"categories:accessibility": [
"error",
{ "minScore": 0.84, "aggregationMethod": "optimistic" }
],
"categories:performance": [
"error",
{ "minScore": 0.3, "aggregationMethod": "optimistic" }
],
"categories:best-practices": [
"error",
{ "minScore": 0.86, "aggregationMethod": "optimistic" }
],
"categories:seo": [
"error",
{ "minScore": 0.5, "aggregationMethod": "optimistic" }
],
"categories:pwa": "off",
"first-contentful-paint": "off",
"canonical": "off",
"label": "off",
"color-contrast": "off"
}
}
}
}