Skip to content

Commit

Permalink
Update dependency eslint-plugin-playwright to ^0.21.0 (#3609)
Browse files Browse the repository at this point in the history
* Update dependency eslint-plugin-playwright to ^0.21.0

* Disable rule duplicating TypeScript functionality

---------

Co-authored-by: sarayourfriend <[email protected]>
  • Loading branch information
openverse-bot and sarayourfriend authored Jan 5, 2024
1 parent 003e207 commit f4320b9
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
2 changes: 1 addition & 1 deletion packages/eslint-plugin/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"eslint-plugin-eslint-comments": "^3.2.0",
"eslint-plugin-import": "^2.28.1",
"eslint-plugin-jest": "^27.2.3",
"eslint-plugin-playwright": "^0.16.0",
"eslint-plugin-playwright": "^0.21.0",
"eslint-plugin-tsdoc": "^0.2.17",
"eslint-plugin-unicorn": "^48.0.1",
"eslint-plugin-vue": "^9.17.0",
Expand Down
2 changes: 2 additions & 0 deletions packages/eslint-plugin/src/configs/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,8 @@ export const project: TSESLint.Linter.Config = {
rules: {
// Superseded by `@openverse/no-unexplained-disabled-test`
"playwright/no-skipped-test": "off",
// Duplicates TypeScript functionality. All our Playwright tests are in TypeScript and type checks will already catch non-string titles.
"playwright/valid-title": "off",
},
settings: {
playwright: {
Expand Down
16 changes: 12 additions & 4 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit f4320b9

Please sign in to comment.