We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I have been experiencing really slow linting using this plugin lately, after testing I was able to pin most of the slowdown to 1 rule
This was run on a mid-sized nextjs project and relatively powerful laptop (5800HS + 16GB)
TIMING=1 DEBUG=eslint:cli-engine npx eslint src/* --fix
As you can clearly see, @typescript-eslint/no-misused-promises takes more than 50% of the linting time.
@typescript-eslint/no-misused-promises
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem
I have been experiencing really slow linting using this plugin lately, after testing I was able to pin most of the slowdown to 1 rule
Test
This was run on a mid-sized nextjs project and relatively powerful laptop (5800HS + 16GB)
Results
As you can clearly see,
@typescript-eslint/no-misused-promises
takes more than 50% of the linting time.The text was updated successfully, but these errors were encountered: