chore(lint): Tone down the lint script

This commit is contained in:
Brandon
2021-01-18 13:02:42 -06:00
parent be1b316a83
commit cfb446e78e

View File

@@ -59,7 +59,7 @@
"prefer-stable": true, "prefer-stable": true,
"scripts": { "scripts": {
"lint": [ "lint": [
"phpcs --ignore=index.php,bootstrap,public,resources,storage,vendor,node_modules --extensions=php --standard=PSR12 ." "phpcs --extensions=php --standard=PSR12 app config"
], ],
"post-autoload-dump": [ "post-autoload-dump": [
"Roots\\Acorn\\ComposerScripts::postAutoloadDump" "Roots\\Acorn\\ComposerScripts::postAutoloadDump"