Description
Before You File a Documentation Request Please Confirm You Have Done The Following...
- I have looked for existing open or closed documentation requests that match my proposal.
- I have read the FAQ and my problem is not listed.
Suggested Changes
We sometimes get requests for no-explicit-any
like:
- [no-explicit-any] Option to disable rule for generic constraints #642
- Enhancement: [no-explicit-any] Option to disable rule for generic constraints (revisited) #7751
- https://x.com/JoshuaKGoldberg/status/1910814958515871943
...where folks have situations they believe any
to be a correct and safe choice to use. Almost all -or maybe all?- of those situations end up having safety holes and/or being times when never
or unknown
would be more appropriate.
But, https://typescript-eslint.io/rules/no-explicit-any doesn't have a mention of never
, and only light documentation on strategies for the points in those requests.
Suggestion: how about we bolster the no-explicit-any
docs with some FAQs?
Affected URL(s)
https://typescript-eslint.io/rules/no-explicit-any
Additional Info
#10362 -> https://typescript-eslint.io/blog/avoiding-anys#banning-explicit-anys added some docs, but isn't super comprehensive. It's more of a high-level overview with select situations and strategies.
💖