🐞 fix: Tell composer lint script to use our custom standard config

This commit is contained in:
Keith Solomon
2025-09-09 14:06:01 -05:00
parent b0feb322ab
commit b2578d4718

View File

@@ -23,7 +23,7 @@
"phpcs --report-full=./phpcs-results.txt ."
],
"fix": [
"phpcbf --standard=WordPress"
"phpcbf --standard=.phpcs.xml"
],
"phpcs-config": [
"phpcs --config-show"