From 89b0e3bef82d48f05cbfc63b0f853fa21a83884f Mon Sep 17 00:00:00 2001 From: dish Date: Mon, 17 Mar 2025 11:44:04 -0400 Subject: [PATCH] update html validator --- plugins/validateHTML.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/validateHTML.ts b/plugins/validateHTML.ts index ddc3e3d..58dd018 100644 --- a/plugins/validateHTML.ts +++ b/plugins/validateHTML.ts @@ -13,7 +13,7 @@ export const defaults: ConfigData = { "attr-quotes": "off", "no-trailing-whitespace": "off", "void-style": "warn", - "require-sri": ["error", { target: "crossorigin" }], + "require-sri": ["off", { target: "crossorigin" }], }, }; -- 2.51.2