🐞 fix: Linting cleanup

This commit is contained in:
Keith Solomon
2026-03-22 22:35:04 -05:00
parent 8e66d69b9e
commit 92e78e28e6
13 changed files with 265 additions and 52 deletions
+3 -1
View File
@@ -19,6 +19,8 @@
}
},
"scripts": {
"test": "phpunit"
"test": "phpunit",
"lint": "phpcs --standard=phpcs.xml --report=full --report-file=phpcs-results.txt .",
"lint:fix": "phpcbf --standard=phpcs.xml ."
}
}