forked from cartsnitch/cartsnitch
fix(lhci): correct score thresholds per spec (accessibility 0.9, performance 0.7)
This commit is contained in:
committed by
GitHub
parent
038440a319
commit
1af2b623ed
+4
-9
@@ -8,18 +8,13 @@
|
||||
"assert": {
|
||||
"preset": "lighthouse:no-pwa",
|
||||
"assertions": {
|
||||
"categories:performance": ["warn", { "minScore": 0.5 }],
|
||||
"categories:accessibility": ["error", { "minScore": 0.7 }],
|
||||
"categories:best-practices": ["warn", { "minScore": 0.8 }],
|
||||
"categories:seo": ["warn", { "minScore": 0.7 }],
|
||||
"errors-in-console": ["warn"],
|
||||
"network-dependency-tree-insight": ["warn"],
|
||||
"robots-txt": ["warn"],
|
||||
"unused-javascript": ["warn"]
|
||||
"categories:performance": ["warn", { "minScore": 0.7 }],
|
||||
"categories:accessibility": ["error", { "minScore": 0.9 }],
|
||||
"categories:best-practices": ["warn", { "minScore": 0.8 }]
|
||||
}
|
||||
},
|
||||
"upload": {
|
||||
"target": "temporary-public-storage"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user