File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ or start with the recommended rule set
81
81
| -------------------------------------------------------- | -------------------------------------------------------------------------------- | ----------- | -------- |
82
82
| [ ` catch-or-return ` ] [ catch-or-return ] | Enforces the use of ` catch() ` on un-returned promises. | :bangbang : | |
83
83
| [ ` no-return-wrap ` ] [ no-return-wrap ] | Avoid wrapping values in ` Promise.resolve ` or ` Promise.reject ` when not needed. | :bangbang : | |
84
- | [ ` param-names ` ] [ param-names ] | Enforce consistent param names when creating new promises. | :bangbang : | :wrench : |
84
+ | [ ` param-names ` ] [ param-names ] | Enforce consistent param names and ordering when creating new promises. | :bangbang : | :wrench : |
85
85
| [ ` always-return ` ] [ always-return ] | Return inside each ` then() ` to create readable and reusable Promise chains. | :bangbang : | |
86
86
| [ ` no-native ` ] [ no-native ] | In an ES5 environment, make sure to create a ` Promise ` constructor before using. | | |
87
87
| [ ` no-nesting ` ] [ no-nesting ] | Avoid nested ` then() ` or ` catch() ` statements | :warning : | |
You can’t perform that action at this time.
0 commit comments