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/getter-return rule. (#15081)
Part of #14743.
Generated docs:
```md
## Configuration
This rule accepts a configuration object with the following properties:
### allowImplicit
type: `boolean`
default: `false`
When set to `true`, allows getters to implicitly return `undefined` with a `return` statement containing no expression.
```
0 commit comments