this post was submitted on 28 Jul 2024
1305 points (99.0% liked)
Programmer Humor
19480 readers
1799 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
How happy I am with prettier. This is just a thing in an ancient past for me now.
Recently tried biome for a web project. It's a combined linter and formatter, and it's so good. Compatible with prettier too.
Are you referring to autoformat like most linters and IDEs can do or does prettier have some special transpilation capability to hide braces?