From e5acd8cdaf624c8df913811d5d88a75f700bbc39 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Sun, 1 Feb 2026 10:52:01 +0000 Subject: [PATCH] [automated] Apply ESLint and Oxfmt fixes --- docs/guidance/playwright.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guidance/playwright.md b/docs/guidance/playwright.md index 29fc4a0a4..4de8cf02a 100644 --- a/docs/guidance/playwright.md +++ b/docs/guidance/playwright.md @@ -57,7 +57,7 @@ settings: testData as any // Don't add test settings to src/schemas/apiSchema.ts // ❌ Don't chain through unknown to bypass types -data as unknown as SomeType // Use sparingly, document why +data as unknown as SomeType // Use sparingly, document why ``` ### Accessing Internal State