Skip to content

Commit 55a304c

Browse files
authored
docs(README): add no-multiple-resolved rule link (#371)
1 parent e080f82 commit 55a304c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ or start with the recommended rule set:
9292
| [`valid-params`][valid-params] | Ensures the proper number of arguments are passed to Promise functions | :warning: | |
9393
| [`prefer-await-to-then`][prefer-await-to-then] | Prefer `await` to `then()`/`catch()`/`finally()` for reading Promise values | :seven: | |
9494
| [`prefer-await-to-callbacks`][prefer-await-to-callbacks] | Prefer async/await to the callback pattern | :seven: | |
95+
| [`no-multiple-resolved`][no-multiple-resolved] | Disallow creating new promises with paths that resolve multiple times | | |
9596

9697
**Key**
9798

@@ -127,6 +128,7 @@ or start with the recommended rule set:
127128
[valid-params]: docs/rules/valid-params.md
128129
[prefer-await-to-then]: docs/rules/prefer-await-to-then.md
129130
[prefer-await-to-callbacks]: docs/rules/prefer-await-to-callbacks.md
131+
[no-multiple-resolved]: docs/rules/no-multiple-resolved.md
130132
[nodeify]: https://www.npmjs.com/package/nodeify
131133
[pify]: https://www.npmjs.com/package/pify
132134
[@aaditmshah]: https://github.com/aaditmshah

0 commit comments

Comments
 (0)