Skip to content

Commit 2a591b0

Browse files
committed
revert no await in loop eslint rule
1 parent 80afa74 commit 2a591b0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

eslint.config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ export default [
4747
"no-only-tests/no-only-tests": "error",
4848
"import/no-unresolved": "off",
4949
"import/enforce-node-protocol-usage": ["error", "always"],
50-
"no-await-in-loop": "warn",
5150
},
5251
plugins: {
5352
"no-only-tests": noOnlyTests,

0 commit comments

Comments
 (0)