Skip to content

Commit

Permalink
docs: update README (#383)
Browse files Browse the repository at this point in the history
  • Loading branch information
Romick2005 authored Jul 19, 2024
1 parent b0fc13b commit d8d0fbe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
}
```
Expand Down

0 comments on commit d8d0fbe

Please sign in to comment.