From bee25591d1bd59f87ac7661b76d2d36d841ffaa6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 1 Nov 2025 15:01:42 +0000 Subject: [PATCH 1/2] Initial plan From 6b41aa396a52167db6b746a66102a2affd6c0ccd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Sat, 1 Nov 2025 15:11:08 +0000 Subject: [PATCH 2/2] =?UTF-8?q?Fix=20documentation=20typo:=20no-restricted?= =?UTF-8?q?-attrs=20=E2=86=92=20no-restricted-attr-values?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: yeonjuan <41323220+yeonjuan@users.noreply.github.com> --- docs/rules/no-restricted-attr-values.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/no-restricted-attr-values.md b/docs/rules/no-restricted-attr-values.md index 34ad0c43..b1481970 100644 --- a/docs/rules/no-restricted-attr-values.md +++ b/docs/rules/no-restricted-attr-values.md @@ -31,7 +31,7 @@ This rule takes an array of option objects. Each object can contain the followin ```js module.exports = { rules: { - "@html-eslint/no-restricted-attrs": [ + "@html-eslint/no-restricted-attr-values": [ "error", { attrPatterns: ["class", "alt"],