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 eslint/no-void rule. (#14970)
These already existed, but this allows us to autogenerate them. Part of
#14743.
Generated docs:
```md
## Configuration
This rule accepts a configuration object with the following properties:
### allowAsStatement
type: `boolean`
default: `false`
If set to `true`, using `void` as a standalone statement is allowed.
```
0 commit comments