update html validator

pyrox.dev 89b0e3be 2b13e23a

verified
Changed files
+1 -1
plugins
+1 -1
plugins/validateHTML.ts
···
"attr-quotes": "off",
"no-trailing-whitespace": "off",
"void-style": "warn",
-
"require-sri": ["error", { target: "crossorigin" }],
},
};
···
"attr-quotes": "off",
"no-trailing-whitespace": "off",
"void-style": "warn",
+
"require-sri": ["off", { target: "crossorigin" }],
},
};