Skip to content

Commit d8d0fbe

Browse files
authored
docs: update README (#383)
1 parent b0fc13b commit d8d0fbe

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@ Then configure the rules you want to use under the rules section.
6161
"promise/avoid-new": "warn",
6262
"promise/no-new-statics": "error",
6363
"promise/no-return-in-finally": "warn",
64-
"promise/valid-params": "warn"
64+
"promise/valid-params": "warn",
65+
"promise/no-multiple-resolved": "error"
6566
}
6667
}
6768
```

0 commit comments

Comments
 (0)