From 0e7f5b16c07fccfd7509d233fe136c26689f2789 Mon Sep 17 00:00:00 2001 From: Arthur Green Date: Sat, 24 Aug 2024 00:55:28 +0400 Subject: [PATCH] chore: disable a11y --- lighthouserc.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lighthouserc.yml b/lighthouserc.yml index 64d2008..f5cff42 100644 --- a/lighthouserc.yml +++ b/lighthouserc.yml @@ -14,7 +14,7 @@ ci: - matchingUrlPattern: '.*' assertions: 'categories:performance': ['error', { 'minScore': 0.83 }] - 'categories:accessibility': ['error', { 'minScore': 0.97 }] + # 'categories:accessibility': ['error', { 'minScore': 0.97 }] 'categories:best-practices': ['error', { 'minScore': 0.83 }] 'categories:pwa': ['off'] 'categories:seo': ['error', { 'minScore': 0.94 }]