-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disable no-await-in-loop for Playwright (#128)
# Justification #123 (won't mark it fixed until we uptake this in clients and remove suppressions) # Implementation Add a rule configuration and docs to the `index.js` for the Playwright ruleset. # Testing Built package locally, imported into an SLE codebase, and verified that violations no longer need to be suppressed. --------- Co-authored-by: Milan Raj <[email protected]>
- Loading branch information
Showing
3 changed files
with
18 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 7 additions & 0 deletions
7
change/@ni-eslint-config-playwright-1125d689-3a37-4a84-b8ef-19749c7339f6.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
{ | ||
"type": "patch", | ||
"comment": "Disable no-await-in-loop for Playwright", | ||
"packageName": "@ni/eslint-config-playwright", | ||
"email": "[email protected]", | ||
"dependentChangeType": "patch" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters