From 5a2791b7cb3f1cd12f389da8d63dbc8073cf3b4d Mon Sep 17 00:00:00 2001 From: Stewie Marsh Date: Wed, 21 Feb 2024 09:41:15 +0000 Subject: [PATCH] Remove lint script --- composer.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/composer.json b/composer.json index e25d606..83f288e 100644 --- a/composer.json +++ b/composer.json @@ -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" } }