Skip to content

Commit

Permalink
disable new playwright rule
Browse files Browse the repository at this point in the history
  • Loading branch information
tbouffard committed Nov 18, 2024
1 parent 0316ea6 commit f7f56fa
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/e2e/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ limitations under the License.

module.exports = {
extends: ['plugin:playwright/recommended'],
rules: {
/* This rule is for playwright-test and we are using jest-playwright */
'playwright/no-standalone-expect': 'off',
},
};
4 changes: 4 additions & 0 deletions test/performance/.eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,8 @@ limitations under the License.

module.exports = {
extends: ['plugin:playwright/recommended'],
rules: {
/* This rule is for playwright-test and we are using jest-playwright */
'playwright/no-standalone-expect': 'off',
},
};

0 comments on commit f7f56fa

Please sign in to comment.