From 07a2e2fcedde3ab3a0889be8eee5fe89300e0af1 Mon Sep 17 00:00:00 2001 From: Luigi Teschio Date: Tue, 31 Oct 2023 11:16:40 +0100 Subject: [PATCH] Disable test eslint rule for test.ts file (https://github.com/woocommerce/woocommerce-blocks/pull/11497) --- plugins/woocommerce-blocks/tests/e2e/playwright-utils/test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/woocommerce-blocks/tests/e2e/playwright-utils/test.ts b/plugins/woocommerce-blocks/tests/e2e/playwright-utils/test.ts index 72c5d294a9c..8f2c06fafec 100644 --- a/plugins/woocommerce-blocks/tests/e2e/playwright-utils/test.ts +++ b/plugins/woocommerce-blocks/tests/e2e/playwright-utils/test.ts @@ -1,3 +1,4 @@ +/* eslint-disable rulesdir/no-raw-playwright-test-import */ /** * External dependencies */