Skip to content

Commit 65765d0

Browse files
authored
Merge branch 'main' into fix/remove-settimeout-rule-resolve
2 parents 3357072 + b9d1815 commit 65765d0

2 files changed

Lines changed: 3 additions & 9 deletions

File tree

lib/rules/aria-prohibited-attr.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@
1515
"metadata": {
1616
"description": "Ensure ARIA attributes are not prohibited for an element's role",
1717
"help": "Elements must only use permitted ARIA attributes",
18-
"defaultCategory": "names-and-labels"
18+
"defaultCategory": "names-and-labels",
19+
"needsReviewConfidence": 49.99
1920
},
2021
"all": [],
2122
"any": [],

lib/rules/link-in-text-block.json

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,6 @@
2222
"defaultCategory": "links"
2323
},
2424
"any": ["link-in-text-block", "link-in-text-block-style"],
25-
"all": [
26-
{
27-
"options": {
28-
"a11yRule": false
29-
},
30-
"id": "link-in-text-block"
31-
}
32-
],
25+
"all": [],
3326
"none": []
3427
}

0 commit comments

Comments
 (0)