Fix formatting inconsistencies in WordPress instructions file by changing double quotes to single quotes for 'applyTo' and 'description' fields.
This commit is contained in:
parent
c5fb7f4b87
commit
09fd2ae138
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
applyTo: "wp-content/plugins/**,wp-content/themes/**,**/*.php,**/*.inc,**/*.js,**/*.jsx,**/*.ts,**/*.tsx,**/*.css,**/*.scss,**/*.json"
|
applyTo: 'wp-content/plugins/**,wp-content/themes/**,**/*.php,**/*.inc,**/*.js,**/*.jsx,**/*.ts,**/*.tsx,**/*.css,**/*.scss,**/*.json'
|
||||||
description: "Coding, security, and testing rules for WordPress plugins and themes"
|
description: 'Coding, security, and testing rules for WordPress plugins and themes'
|
||||||
---
|
---
|
||||||
|
|
||||||
# WordPress Development — Copilot Instructions
|
# WordPress Development — Copilot Instructions
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user