Refactor applyTo syntax for React and Java Spring Boot guidelines
This commit is contained in:
parent
dab45c67c3
commit
ab4f28afdf
@ -87,7 +87,7 @@ For each file, follow these principles:
|
|||||||
```markdown
|
```markdown
|
||||||
<!-- Based on: https://github.com/github/awesome-copilot/blob/main/instructions/react.instructions.md -->
|
<!-- Based on: https://github.com/github/awesome-copilot/blob/main/instructions/react.instructions.md -->
|
||||||
---
|
---
|
||||||
applyTo: ["**/*.jsx", "**/*.tsx"]
|
applyTo: "**/*.jsx,**/*.tsx"
|
||||||
description: "React development best practices"
|
description: "React development best practices"
|
||||||
---
|
---
|
||||||
# React Development Guidelines
|
# React Development Guidelines
|
||||||
@ -98,7 +98,7 @@ description: "React development best practices"
|
|||||||
<!-- Inspired by: https://github.com/github/awesome-copilot/blob/main/instructions/java.instructions.md -->
|
<!-- Inspired by: https://github.com/github/awesome-copilot/blob/main/instructions/java.instructions.md -->
|
||||||
<!-- and: https://github.com/github/awesome-copilot/blob/main/instructions/spring-boot.instructions.md -->
|
<!-- and: https://github.com/github/awesome-copilot/blob/main/instructions/spring-boot.instructions.md -->
|
||||||
---
|
---
|
||||||
applyTo: ["**/*.java"]
|
applyTo: "**/*.java"
|
||||||
description: "Java Spring Boot development standards"
|
description: "Java Spring Boot development standards"
|
||||||
---
|
---
|
||||||
# Java Spring Boot Guidelines
|
# Java Spring Boot Guidelines
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user