We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0fc13b commit d8d0fbeCopy full SHA for d8d0fbe
README.md
@@ -61,7 +61,8 @@ Then configure the rules you want to use under the rules section.
61
"promise/avoid-new": "warn",
62
"promise/no-new-statics": "error",
63
"promise/no-return-in-finally": "warn",
64
- "promise/valid-params": "warn"
+ "promise/valid-params": "warn",
65
+ "promise/no-multiple-resolved": "error"
66
}
67
68
```
0 commit comments