Skip to content

Commit 24c4bd7

Browse files
humphdmacklinu
authored andcommitted
docs(param-names): clarify that param-names includes ordering (#143)
Fixes #139
1 parent 15f0649 commit 24c4bd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ or start with the recommended rule set
8181
| -------------------------------------------------------- | -------------------------------------------------------------------------------- | ----------- | -------- |
8282
| [`catch-or-return`][catch-or-return] | Enforces the use of `catch()` on un-returned promises. | :bangbang: | |
8383
| [`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: |
8585
| [`always-return`][always-return] | Return inside each `then()` to create readable and reusable Promise chains. | :bangbang: | |
8686
| [`no-native`][no-native] | In an ES5 environment, make sure to create a `Promise` constructor before using. | | |
8787
| [`no-nesting`][no-nesting] | Avoid nested `then()` or `catch()` statements | :warning: | |

0 commit comments

Comments
 (0)