Skip to content

Commit 6664871

Browse files
committed
Ignore link-in-text-block a11y rule
1 parent dfac428 commit 6664871

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/module/patternfly-a11y.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ module.exports = {
2222
'color-contrast',
2323
'landmark-no-duplicate-main',
2424
'landmark-main-is-top-level',
25-
'scrollable-region-focusable'
25+
'scrollable-region-focusable',
26+
'link-in-text-block',
2627
].join(','),
2728
ignoreIncomplete: true
2829
};

0 commit comments

Comments
 (0)