Skip to content

Commit

Permalink
Post rebase
Browse files Browse the repository at this point in the history
  • Loading branch information
obulat committed Oct 30, 2024
1 parent 0c7237b commit 19ed8f1
Show file tree
Hide file tree
Showing 2 changed files with 506 additions and 430 deletions.
10 changes: 10 additions & 0 deletions packages/js/eslint-plugin/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,16 @@ Object.assign(plugin.configs, {
],
},
],

"no-restricted-imports": [
"error",
{
name: "@playwright/test",
importNames: ["test"],
message:
"Import test from `~~/test/playwright/utils/test` to ensure global fixtures are used.",
},
],
},
},
{
Expand Down
Loading

0 comments on commit 19ed8f1

Please sign in to comment.