From ab4f28afdf08081a62462621c73486d8861ebcea Mon Sep 17 00:00:00 2001 From: Guillaume Date: Sat, 27 Sep 2025 16:28:42 +0200 Subject: [PATCH] Refactor applyTo syntax for React and Java Spring Boot guidelines --- prompts/github-copilot-starter.prompt.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prompts/github-copilot-starter.prompt.md b/prompts/github-copilot-starter.prompt.md index c800067..5a23bae 100644 --- a/prompts/github-copilot-starter.prompt.md +++ b/prompts/github-copilot-starter.prompt.md @@ -87,7 +87,7 @@ For each file, follow these principles: ```markdown --- -applyTo: ["**/*.jsx", "**/*.tsx"] +applyTo: "**/*.jsx,**/*.tsx" description: "React development best practices" --- # React Development Guidelines @@ -98,7 +98,7 @@ description: "React development best practices" --- -applyTo: ["**/*.java"] +applyTo: "**/*.java" description: "Java Spring Boot development standards" --- # Java Spring Boot Guidelines