We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea80390 commit 0f06ca4Copy full SHA for 0f06ca4
src/configs/functional.ts
@@ -74,7 +74,7 @@ export async function functional(
74
"functional/no-throw-statements": [
75
"error",
76
{
77
- allowInAsyncFunctions: true,
+ allowToRejectPromises: true,
78
},
79
],
80
0 commit comments