this post was submitted on 06 Apr 2024
15 points (100.0% liked)

JavaScript

1700 readers
6 users here now

founded 1 year ago
MODERATORS
top 6 comments
sorted by: hot top controversial new old
[–] dinckelman@lemmy.world 7 points 5 months ago (1 children)

Quite a loaded changelog. The removal of formatters is appreciated, because half of my old configs were just disabled rules, in order to avoid conflicts. The new and updated rules are pretty solid too.

I will have to say though - I’ve migrated my projects to Biome, and i’ve been a lot more happy with it so far. My only complaint there is the editor plugins that still need a lot of work

[–] victorz@lemmy.world 2 points 5 months ago (2 children)

the editor plugins that still need a lot of work

Yeah. And the fact that the formatter doesn't support pure HTML, or Vue. Unless that's changed since I last checked? 🤞

[–] dinckelman@lemmy.world 2 points 5 months ago (1 children)

Vue is partially supported as of 1.6.0, but obviously expect issues. I still keep my frontend projects on the eslint stack, until this is improved

[–] victorz@lemmy.world 1 points 5 months ago

Thanks! So will I 😅

[–] arendjr@programming.dev 2 points 5 months ago (1 children)

the formatter doesn’t support pure HTML, or Vue

Both are being worked on 😉

There’s already partial Vue support now, but only the JS part so far. CSS formatter is also on the way.

[–] victorz@lemmy.world 1 points 5 months ago

Oh yeah, CSS was also a big one that was a deal breaker for me.

But that's great news. Maybe in a few years I'll look into adopting again!