Skip to content

Commit

Permalink
fix: Fix duplicate rules
Browse files Browse the repository at this point in the history
  • Loading branch information
mskelton committed Mar 22, 2023
1 parent 15ab759 commit 4a9cf5c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions playwright.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,9 @@ module.exports = {
"error",
{ ignoreTopLevelDescribe: true },
],
"playwright/playwright/require-top-level-describe": "error",
"playwright/prefer-lowercase-title": "error",
"playwright/prefer-strict-equal": "error",
"playwright/prefer-to-be": "error",
"playwright/prefer-to-have-length": "error",
"playwright/require-require-soft-assertions": "error",
"playwright/require-top-level-describe": "error",
},
}

0 comments on commit 4a9cf5c

Please sign in to comment.