diff --git a/frontend/biome.json b/frontend/biome.json index 10b20a2..5058819 100644 --- a/frontend/biome.json +++ b/frontend/biome.json @@ -10,6 +10,8 @@ "!**/src/client/**/*", "!**/src/components/ui/**/*", "!**/playwright-report", + "!**/playwright/.auth", + "!**/test-results", "!**/playwright.config.ts" ] },