File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -92,6 +92,7 @@ or start with the recommended rule set:
92
92
| [ ` valid-params ` ] [ valid-params ] | Ensures the proper number of arguments are passed to Promise functions | :warning : | |
93
93
| [ ` prefer-await-to-then ` ] [ prefer-await-to-then ] | Prefer ` await ` to ` then() ` /` catch() ` /` finally() ` for reading Promise values | :seven : | |
94
94
| [ ` 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 | | |
95
96
96
97
** Key**
97
98
@@ -127,6 +128,7 @@ or start with the recommended rule set:
127
128
[ valid-params ] : docs/rules/valid-params.md
128
129
[ prefer-await-to-then ] : docs/rules/prefer-await-to-then.md
129
130
[ prefer-await-to-callbacks ] : docs/rules/prefer-await-to-callbacks.md
131
+ [ no-multiple-resolved ] : docs/rules/no-multiple-resolved.md
130
132
[ nodeify ] : https://www.npmjs.com/package/nodeify
131
133
[ pify ] : https://www.npmjs.com/package/pify
132
134
[ @aaditmshah ] : https://github.com/aaditmshah
You can’t perform that action at this time.
0 commit comments