Skip to content

Commit

Permalink
Remove lint script
Browse files Browse the repository at this point in the history
  • Loading branch information
sweptsquash authored Feb 21, 2024
1 parent b54036e commit 5a2791b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@
"scripts": {
"phpfix": "vendor/bin/phpcbf --standard=\"PSR12\" ./src --ignore=./src/resources/*",
"phpsniff": "vendor/bin/phpcs --standard=\"PSR12\" ./src --ignore=./src/resources/*",
"test": "vendor/bin/pest",
"lint": "vendor/bin/pint"
"test": "vendor/bin/pest"
}
}

0 comments on commit 5a2791b

Please sign in to comment.