Add lint-config command to check and sort configuration files

This commit is contained in:
crazywhalecc
2026-02-06 10:17:58 +08:00
parent 39a207076e
commit fba2676d80
3 changed files with 94 additions and 54 deletions

View File

@@ -50,6 +50,7 @@
"scripts": {
"analyse": "phpstan analyse --memory-limit 300M",
"cs-fix": "php-cs-fixer fix",
"lint-config": "bin/spc dev:lint-config",
"test": "vendor/bin/phpunit tests/ --no-coverage",
"build:phar": "vendor/bin/box compile"
},