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