Skip to content

Commit

Permalink
fix: print a warn on await in loop
Browse files Browse the repository at this point in the history
  • Loading branch information
zkochan committed Jun 4, 2023
1 parent 1097d7b commit 2a87587
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion __utils__/eslint-config/eslint.json
Expand Up @@ -34,7 +34,7 @@
"@typescript-eslint/explicit-function-return-type": "off",
"@typescript-eslint/no-explicit-any": "error",
"no-return-await": "error",
"no-await-in-loop": "error",
"no-await-in-loop": "warn",
"@typescript-eslint/return-await": "off",
"@typescript-eslint/no-require-imports": "error",
"@typescript-eslint/no-unused-expressions": "error",
Expand Down

0 comments on commit 2a87587

Please sign in to comment.