We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 881623c commit 28c1a5cCopy full SHA for 28c1a5c
.github/workflows/lighthouserc.json
@@ -12,9 +12,9 @@
12
},
13
"assert": {
14
"assertions": {
15
- "categories:performance": ["error", { "minScore": 0.90 }],
16
- "categories:accessibility": ["error", { "minScore": 0.95 }],
17
- "categories:best-practices": ["error", { "minScore": 0.90 }],
+ "categories:performance": ["error", { "minScore": 0.80 }],
+ "categories:accessibility": ["error", { "minScore": 0.85 }],
+ "categories:best-practices": ["error", { "minScore": 0.75 }],
18
"categories:seo": ["error", { "minScore": 0.95 }]
19
}
20
0 commit comments