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:
Fredrik Adelöw
2023-05-02 12:13:04 +02:00
committed by GitHub
3 changed files with 17 additions and 10 deletions
+1 -1
View File
@@ -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 }],
},
},
},