Skip to content

Commit

Permalink
fix(eslint-plugin-experience): disable some pw rules (#722)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Nov 11, 2024
1 parent ad328d3 commit 22b6f10
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions projects/eslint-plugin-experience/all.js
Original file line number Diff line number Diff line change
Expand Up @@ -1009,6 +1009,9 @@ module.exports = {
extends: ['plugin:playwright/recommended'],
rules: {
'jest/prefer-importing-jest-globals': 'off',
'playwright/no-networkidle': 'off',
'playwright/no-wait-for-selector': 'off',
'playwright/no-wait-for-timeout': 'off',
},
},
{
Expand Down

0 comments on commit 22b6f10

Please sign in to comment.