eslint/playwright: Disable no-console rule for the Playwright tests
This commit is contained in:
parent
3f161b557c
commit
2bf185af19
1 changed files with 1 additions and 0 deletions
|
|
@ -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',
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue