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
Suggestion
I noticed that the@typescript-eslint/no-unused-vars
rule is consistently the slowest rule in my project of about 100k lines of code, taking about 20% of the linting time. I am not doing anything special that should impact this rule more than others and I assume these metrics are reproducible across repros:

I'd love to learn if you are aware of this, if you have previously spent time on improving this, and if you have any pointer on how to optimize this rule for everyone.
(Apologies for using this issue template, but the others didn't allow me to drop a screenshot)