Skip to content

Commit

Permalink
chore(runner-playwright): disable rule playwright/no-standalone-expec…
Browse files Browse the repository at this point in the history
…t for step_definitions files
  • Loading branch information
luifr10 committed May 2, 2024
1 parent 55983db commit 27a4a2f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/runner-playwright/.eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@
{
"files": ["**/base-check-engine.ts", "**/based-role-check-engine.ts"],
"rules": {
"cucumber/expression-type": "off"
"cucumber/expression-type": "off",
"playwright/no-standalone-expect": "off"
}
}
],
Expand Down

0 comments on commit 27a4a2f

Please sign in to comment.