Fix formatting inconsistencies in WordPress instructions file by changing double quotes to single quotes for 'applyTo' and 'description' fields.

This commit is contained in:
Per Søderlind 2025-10-01 20:54:25 +02:00
parent c5fb7f4b87
commit 09fd2ae138

View File

@ -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