fix: add lint:js to quality script (#85)

Include JavaScript linting in the quality gate alongside PHP and CSS
linting, as suggested in PR #55 review feedback (Gemini, medium).

Closes #77
This commit is contained in:
2026-03-17 20:37:05 +00:00
committed by GitHub
parent 79f78882a6
commit 8fda3f1163

View File

@@ -39,7 +39,7 @@
"test:php": "composer run-script test",
"lint": "composer run-script lint",
"fix": "composer run-script fix",
"quality": "npm run lint && npm run lint:css && npm run test:php"
"quality": "npm run lint && npm run lint:js && npm run lint:css && npm run test:php"
},
"repository": {
"type": "git",