Skip to content

Commit

Permalink
fix(playwright/expect-expect): turn off warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Kamil Kiwior committed Sep 13, 2024
1 parent c4968e1 commit 3db45ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rules/playwright.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const playwrightConfig = {
'playwright',
],
rules: {
'playwright/expect-expect': 'warn',
'playwright/expect-expect': 'off',
'playwright/max-expects': 'off',
'playwright/max-nested-describe': ['error', { max: 2 }],
'playwright/missing-playwright-await': 'error',
Expand Down

0 comments on commit 3db45ce

Please sign in to comment.