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,