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:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user