Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork2.8k
Open
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
@typescript-eslint/no-unused-vars
regularly gets one of our most commonly duplicated issues: that it reports on types only used in JSDoc locations.#11208,#10873,#9435,#8902,#5017,#6967,#7944,#8258, etc. I think this is a sign we should document something on the rule page.
#11208 (comment) mentionedjsdoc/no-undefined-types
. I think we should at least add an FAQ for it.
Affected URL(s)
https://typescript-eslint.io/rules/no-unused-vars/#faqs
Additional Info
Are there other common "gotcha"s with no-unused-vars we should also add FAQs for?