From 2bf185af19ae2a85a49d2302a550751aab09e15f Mon Sep 17 00:00:00 2001 From: Tom Koscielniak Date: Tue, 12 Aug 2025 14:59:53 +0200 Subject: [PATCH] eslint/playwright: Disable no-console rule for the Playwright tests --- eslint.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/eslint.config.js b/eslint.config.js index 6299dbc5..ed191330 100644 --- a/eslint.config.js +++ b/eslint.config.js @@ -163,6 +163,7 @@ module.exports = defineConfig([ ...pluginPlaywright.configs.recommended.rules, 'playwright/no-conditional-in-test': 'off', 'playwright/no-conditional-expect': 'off', + 'no-console': 'off', 'playwright/no-skipped-test': [ 'error', {