Merge pull request #23344 from acierto/lighthouse-accessibility

Match lighthouse accessibility threshold with an actual value
This commit is contained in:
Ben Lambert
2024-03-04 10:43:21 +01:00
committed by GitHub
+1 -1
View File
@@ -64,7 +64,7 @@ module.exports = {
'categories:pwa': 'off',
'categories:best-practices': 'off',
'categories:seo': 'off',
'categories:accessibility': ['error', { minScore: 0.95 }],
'categories:accessibility': ['error', { minScore: 0.89 }],
},
},
},