Skip to content
This repository was archived by the owner on Jan 28, 2025. It is now read-only.

Commit dba25d5

Browse files
authored
feat: ignore no await in loop (#1)
1 parent 8cd33d9 commit dba25d5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ module.exports = {
1818
"@typescript-eslint/no-var-requires": "off",
1919
"no-unused-expressions": "off",
2020
"node/no-unsupported-features/es-syntax": "off",
21+
"unicorn/no-await-in-loop": "off",
2122
"valid-jsdoc": ["warn", { "requireReturnType": false, "requireParamType": false }]
2223
}
2324
}

0 commit comments

Comments
 (0)