What's the goto/cool kids using for code
# package-development
w
What's the goto/cool kids using for code consitenancy in JS/TS projects ?? * a simple editorjs file * Prettier * ESLint
r
Prettier and ESLint seem to be the standards, I've also seen [Biome](https://biomejs.dev/) being used
s
I've tended to use Prettier with ESLint plugin https://prettier.io/docs/en/integrating-with-linters.html
w
Yeh seem Prettier + ESLint is the way to go then
Biome?! - I swear JS library, frameworks grow by the minute
r
Biome is the library that won a bounty Prettier released for a Rust library that passes >95% of the Prettier unit tests
s
Looks cool!
w
Have you used Biome in vain Rachel ?
r
I've used it for a personal project, it seems to work pretty good (it's very fast!) but the VS Code plugin can be buggy
w
Well I live in VSCode for frontendy bits - so not sure I could deal with a buggy VSCode ext
May try it tomorrow - thx for recommendations gang