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:
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
You can’t perform that action at this time.
0 commit comments