From 4af5d4ac80027d6af07a4c1483c0bde7f2a7638f Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Mon, 17 Mar 2025 09:05:21 +0000 Subject: [PATCH] Do not lint playwright files. (#29510) --- .eslintignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.eslintignore b/.eslintignore index 1cdde75cbc..08ec761fb3 100644 --- a/.eslintignore +++ b/.eslintignore @@ -8,3 +8,6 @@ src/component-index.js # Auto-generated file src/modules.ts src/modules.js +# Test result files +/playwright/test-results/ +/playwright/html-report/