From 732dcef2e3402d04967e872c8feb8d58f35cebfe Mon Sep 17 00:00:00 2001 From: timDeHof Date: Sun, 8 Oct 2023 13:05:32 -0400 Subject: [PATCH] chore: add eslint-disable to process.env.CI --- playwright.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/playwright.config.js b/playwright.config.js index ce6933d..fccfbb5 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -77,6 +77,7 @@ defineConfig({ webServer: { command: "npm run start", url: "http://127.0.0.1:3000", + // eslint-disable-next-line no-undef reuseExistingServer: !process.env.CI, }, });