-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
New issue
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
chore: speed up linting #15424
chore: speed up linting #15424
Conversation
|
On
On this branch it's reliably two seconds slower:
Any insight into why that might be? |
Maybe you just got an unlucky run. The PR is slightly faster for me. Though not a huge difference or as much as I was hoping for main
PR
|
It's very consistent for me |
The rule in question is definitely much faster, and it looks like most other rules are faster too, but there's been some sort of regression elsewhere. main:
This branch:
|
|
sigh. nothing is ever easy. we might as well merge this so that we're on the latest and then I can try to track down whatever's going on with the config loading or whatever is causing the slowness. running the lint rules supposedly only takes 1s, so I don't know where all the other time is going |
upgrades
eslint-plugin-n
to get a big speedup from eslint-community/eslint-plugin-n#404