diff --git a/lighthouse/lighthouserc.js b/lighthouse/lighthouserc.js index 42987617d4..56bf5a6eea 100644 --- a/lighthouse/lighthouserc.js +++ b/lighthouse/lighthouserc.js @@ -10,6 +10,7 @@ module.exports = { }, assert: { assertions: { + 'categories:accessibility': ['error', { minScore: 0.9 }], 'categories:accessibility': ['warn', { minScore: 1 }], }, },