diff --git a/instructions/wordpress.instructions.md b/instructions/wordpress.instructions.md index b429676..2c08bbd 100644 --- a/instructions/wordpress.instructions.md +++ b/instructions/wordpress.instructions.md @@ -1,6 +1,6 @@ --- -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" +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' --- # WordPress Development — Copilot Instructions