Merge pull request #23344 from acierto/lighthouse-accessibility
Match lighthouse accessibility threshold with an actual value
This commit is contained in:
+1
-1
@@ -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 }],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user