Merge pull request #17609 from backstage/a11y-ci-checks
[Accessibility] include -react packages in ci checks + increase min score to 0.95
This commit is contained in:
+1
-1
@@ -53,7 +53,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 }],
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user