Remix.run Logo
moogly 4 days ago

I moved on to Biome (which replaces both ESLint and Prettier) and while the IDE extensions have been a bit buggy, it's much faster and has fewer dependencies. It was always a pain to set up ESLint + Prettier.

MrJohz 4 days ago | parent | next [-]

ESLint these days doesn't have any styling related lints (unless you opt into them) which means that it works out-of-the-box with Prettier (or Biome's formatter, presumably).

My fear with Biome is missing out on type-aware lints, but I know Oxlint has had some success integrating the new Go typescript compiler, so maybe that will work out for Biome as well.

latchkey 4 days ago | parent | prev [-]

Replacing something hard to setup with something buggy is a win?

moogly 4 days ago | parent [-]

They've improved, and they will be fine pretty soon.