From a910432c5f263c7ffac1a9a2c9a06fb51f3052cb Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Tue, 12 Dec 2023 18:24:29 -0800 Subject: [PATCH] add support for Axe in WebHint again --- linter-configs/hintrc | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/linter-configs/hintrc b/linter-configs/hintrc index ee85c49..794eec1 100644 --- a/linter-configs/hintrc +++ b/linter-configs/hintrc @@ -15,19 +15,6 @@ ], "hints": { "apple-touch-icons": "off", - "axe/aria": "off", - "axe/color": "off", - "axe/forms": "off", - "axe/keyboard": "off", - "axe/language": "off", - "axe/name-role-value": "off", - "axe/semantics": "off", - "axe/sensory-and-visual-cues": "off", - "axe/structure": "off", - "axe/tables": "off", - "axe/text-alternatives": "off", - "axe/time-and-media": "off", - "axe/parsing": "off", "compat-api/css": [ "error", { @@ -103,7 +90,7 @@ "error", { "connectionType": "3GSlow", - "loadTime": 11 + "loadTime": 12 } ], "css-prefix-order": "error",