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 no-async-endpoint-handlers rule. (#14965)
Part of #14743.
Generated docs:
```md
## Configuration
This rule accepts a configuration object with the following properties:
### allowedNames
type: `string[]`
default: `[]`
An array of names that are allowed to be async.
```
0 commit comments