Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Closed
Description
Before You File a Documentation Request Please Confirm You Have Done The Following...
- I have looked for existingopen or closed documentation requests that match my proposal.
- I haveread the FAQ and my problem is not listed.
Suggested Changes
The current docs for no-explicit-any include sections for
Examples of incorrect code for the { "ignoreRestArgs": false } option
and
Examples of correct code for the { "ignoreRestArgs": true } option
but the other two cases, correct code forignoreRestArgs: true
and incorrect code forignoreRestArgs: false
are not covered. The docs should provide correct and incorrect examples for all options.