From c69a32bc0d2ae0a7b22c9327de75f921490d2980 Mon Sep 17 00:00:00 2001 From: Emma Indal Date: Tue, 2 May 2023 11:48:24 +0200 Subject: [PATCH] increase score to 0.95 Signed-off-by: Emma Indal --- lighthouserc.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighthouserc.js b/lighthouserc.js index 18b2bee5bb..e4bfca5368 100644 --- a/lighthouserc.js +++ b/lighthouserc.js @@ -54,7 +54,7 @@ module.exports = { 'categories:pwa': 'off', 'categories:best-practices': 'off', 'categories:seo': 'off', - 'categories:accessibility': ['error', { minScore: 0.85 }], + 'categories:accessibility': ['error', { minScore: 0.95 }], }, }, },