We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc6215c commit 3175843Copy full SHA for 3175843
packages/eslint-plugin/docs/rules/no-misused-promises.md
@@ -75,8 +75,8 @@ while (await promise) {
75
76
### `"checksVoidReturn"`
77
78
-Likewise, if you don't want functions that return promises where a void return is
79
-expected to be checked, your configuration will look like this:
+Likewise, if you don't want to check functions that return promises where a void return is
+expected, your configuration will look like this:
80
81
```json
82
{
0 commit comments