From 955d35b8c6873db45b294f165e4a259285838a7b Mon Sep 17 00:00:00 2001 From: sickn33 Date: Wed, 18 Mar 2026 18:30:51 +0100 Subject: [PATCH] fix(codeql): Rename invalid TSX template asset Keep the Radix component boilerplate as a template asset, but rename it out of the TSX parser path so CodeQL does not treat placeholder syntax as executable source. Update the example README link to the new template filename. --- skills/radix-ui-design-system/examples/README.md | 2 +- .../{component-template.tsx => component-template.tsx.template} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename skills/radix-ui-design-system/templates/{component-template.tsx => component-template.tsx.template} (100%) diff --git a/skills/radix-ui-design-system/examples/README.md b/skills/radix-ui-design-system/examples/README.md index 0d2d2daa..7a842015 100644 --- a/skills/radix-ui-design-system/examples/README.md +++ b/skills/radix-ui-design-system/examples/README.md @@ -59,5 +59,5 @@ These examples use CSS classes. You can: ## Learn More - [Main SKILL.md](../SKILL.md) - Complete guide -- [Component Template](../templates/component-template.tsx) - Boilerplate +- [Component Template](../templates/component-template.tsx.template) - Boilerplate - [Radix UI Docs](https://www.radix-ui.com/primitives) diff --git a/skills/radix-ui-design-system/templates/component-template.tsx b/skills/radix-ui-design-system/templates/component-template.tsx.template similarity index 100% rename from skills/radix-ui-design-system/templates/component-template.tsx rename to skills/radix-ui-design-system/templates/component-template.tsx.template