We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 116552c commit 4ecc8c9Copy full SHA for 4ecc8c9
docs/rules/always-return.md
@@ -50,8 +50,8 @@ myPromise.then((b) => {
50
##### `ignoreLastCallback`
51
52
You can pass an `{ ignoreLastCallback: false }` as an option to this rule to
53
-have the last `then()` callback in a promise chain not warn if it does not have
54
-a `return`. Default is `true`.
+have the last `then()` callback in a promise chain warn if it does not have a
+`return`. Default is `true`.
55
56
```js
57
// OK
0 commit comments