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 unicorn/consistent-function-scoping rule. (#14969)
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:
### checkArrowFunctions
type: `boolean`
default: `true`
Whether to check scoping with arrow functions.
```
0 commit comments