Hacker News new | ask | show | jobs
by homebrewer 302 days ago
Use biome, it doesn't have any external dependencies. eslint should have been put to rest a long time ago.
2 comments

Good advice. That was my conclusion as well after years of fighting with eslint.
someone else recommended this too, I'll give it a shot next time I'm in js land.
We added biome to our project, now we have eslint, prettier and biome in the project.

Seriously though it is nice, but migrating away from your existing tooling is painful and underappreciated.