Rename 'lint' to 'lint:php-all' for clarity, make 'lint' run all linters (PHP, JS, CSS), and simplify 'quality' to avoid duplication. Addresses gemini review feedback from PR #103.
This commit is contained in:
@@ -37,9 +37,10 @@
|
|||||||
"fix:php": "composer run-script phpcbf",
|
"fix:php": "composer run-script phpcbf",
|
||||||
"fix:php:simple": "composer run-script phpcbf:simple",
|
"fix:php:simple": "composer run-script phpcbf:simple",
|
||||||
"test:php": "composer run-script test",
|
"test:php": "composer run-script test",
|
||||||
"lint": "composer run-script lint",
|
"lint:php-all": "composer run-script lint",
|
||||||
|
"lint": "npm run lint:php-all && npm run lint:js && npm run lint:css",
|
||||||
"fix": "composer run-script fix",
|
"fix": "composer run-script fix",
|
||||||
"quality": "npm run lint && npm run lint:js && npm run lint:css && npm run test:php"
|
"quality": "npm run lint && npm run test:php"
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user