eslint/playwright: Disable no-console rule for the Playwright tests

This commit is contained in:
Tom Koscielniak 2025-08-12 14:59:53 +02:00 committed by Tomáš Koscielniak
parent 3f161b557c
commit 2bf185af19

View file

@ -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',
{