Skip to content

Commit 026b73b

Browse files
committed
Add comment to explain why the rule is disabled
1 parent f55de99 commit 026b73b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.eslintrc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ rules:
113113
- properties: false
114114
require-await: 1
115115
no-only-tests/no-only-tests: error
116-
no-await-in-loop: 0
116+
no-await-in-loop: 0 # allows intentional sequential processing of async operations
117117

118118
overrides:
119119
- files:

0 commit comments

Comments
 (0)