This repository has been archived by the owner on Aug 12, 2023. It is now read-only.
ESLint performance #347
Unanswered
MunifTanjim
asked this question in
Q&A
Replies: 1 comment 2 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For a large project I've been working on, ESLint with
null-ls
constantly times out (default 5000). If I increased that to 20000, the diagnostic items eventually shows up. But when the file changes it again takes a long time to refresh them.But for the same project, ESLint with
coc-eslint
feels instantaneous. If I change something, the diagnostic items changes almost immediately.I'm not sure how to measure or benchmark it correctly. How can I help to debug and fix this?
Beta Was this translation helpful? Give feedback.
All reactions