diff --git a/README.md b/README.md index fc66f8fe..44a38b1e 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,8 @@ Then configure the rules you want to use under the rules section. "promise/avoid-new": "warn", "promise/no-new-statics": "error", "promise/no-return-in-finally": "warn", - "promise/valid-params": "warn" + "promise/valid-params": "warn", + "promise/no-multiple-resolved": "error" } } ```