You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -98,7 +98,7 @@ This rule accepts a configuration object with three options:
98
98
*`"checkForEach": false` (default) When set to `true`, rule will also report `forEach` callbacks that return a value.
99
99
*`"allowVoid": false` (default) When set to `true`, allows `void` in `forEach` callbacks, so rule will not report the return value with a `void` operator.
100
100
101
-
**Note:**`{ "allowVoid": true }` works only if `checkForEach` option is set to `true`.
101
+
**Note:**`{ "allowVoid": true }` works only if `checkForEach` option is set to `true`.
102
102
103
103
### allowImplicit
104
104
@@ -108,7 +108,7 @@ Examples of **correct** code for the `{ "allowImplicit": true }` option:
0 commit comments