kleros / builder-baseline

A baseline for the Kleros Builder covering architectural, UX, security, coding styles, tooling decisions.
MIT License
0 stars 0 forks source link

BiomeJS instead of ESLint+Prettier #15

Open jaybuidl opened 11 months ago

jaybuidl commented 11 months ago

Why?

It provides out-of-the-box first-class support for Typescript and JSX/TSX. It's built in Rust and runs very fast.

It works very well with other modern tools like Bun.sh (#8) which also support Typescript out-of-the-box.

Both BiomeJS and Bun.sh are used by Viem and WagmiJS.

About Biome

https://biomejs.dev

Biome is designed to eventually replace Babel, ESLint, webpack, Prettier, Jest, and others.