From 2f518990fe9f04e8bf12ad7b341c2f3f01143ae0 Mon Sep 17 00:00:00 2001 From: Kuba Orlik Date: Wed, 21 Sep 2022 15:57:21 +0200 Subject: [PATCH] Update hintrc --- .hintrc | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.hintrc b/.hintrc index f646959..7733cf1 100644 --- a/.hintrc +++ b/.hintrc @@ -7,12 +7,17 @@ "extends": ["web-recommended", "accessibility"], "hints": { "no-friendly-error-pages": "off", - "no-broken-links": "error", + "no-broken-links": "warning", "doctype": "error", "apple-touch-icons": "error", "button-type": "error", "compat-api/css": "error", - "compat-api/html": "error", + "compat-api/html": [ + "error", + { + "ignore": ["img[loading]"] + } + ], "create-element-svg": "error", "css-prefix-order": "error", "disown-opener": "error",