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
So it'll now get picked up by the auto-generated documentation. Part of
#14743.
Generated docs:
```md
## Configuration
This rule accepts a configuration object with the following properties:
### enforceForIndexOf
type: `boolean`
default: `false`
Whether to disallow NaN as arguments of `indexOf` and `lastIndexOf`
### enforceForSwitchCase
type: `boolean`
default: `true`
Whether to disallow NaN in switch cases and discriminants
```
0 commit comments