From d52d1e149d0062f42803783a95c45ea5776f547b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 21:05:44 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A6=8B=20The=20code=20style=20has=20been?= =?UTF-8?q?=20fixed?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- biome.json | 2 ++ pint.json | 3 +++ 2 files changed, 5 insertions(+) diff --git a/biome.json b/biome.json index 73a91e30..5ae7a487 100644 --- a/biome.json +++ b/biome.json @@ -11,7 +11,9 @@ "**", "!node_modules", "!vendor", + "!composer.json", "!composer.lock", + "!package.json", "!package-lock.json" ] }, diff --git a/pint.json b/pint.json index 2a605341..53e7dc9c 100644 --- a/pint.json +++ b/pint.json @@ -1,5 +1,8 @@ { "preset": "laravel", + "exclude": [ + "tests/Fixtures" + ], "rules": { "@PHP71Migration": true, "@PHP73Migration": true,