Hacker News new | ask | show | jobs
by Exoristos 121 days ago
All y'all need more RAM in your development laptops. Maybe. At least, I've never been bothered by the performance of standard tooling like prettier, ESLint, and npm.
2 comments

ESLint on medium/big projects can be pretty slow and if you use type aware rules it opts out of caching
On a large codebase, eslint is quite slow.