You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(linter): Add configuration option docs for promise/no-callback-in-promise rule. (#15176)
Part of #14743.
Generated docs:
```md
## Configuration
This rule accepts a configuration object with the following properties:
### callbacks
type: `string[]`
default: `["callback", "cb", "done", "next"]`
List of callback function names to check for within Promise `then` and `catch` methods.
### exceptions
type: `string[]`
default: `[]`
List of callback function names to allow within Promise `then` and `catch` methods.
```
---------
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
0 commit comments