biome
https://github.com/biomejs/biome
Rust
A toolchain for web projects, aimed to provide functionalities to maintain them. Biome offers formatter and linter, usable via CLI and LSP.
Triage Issues!
When you volunteer to triage issues, you'll receive an email each day with a link to an open issue that needs help in this project. You'll also receive instructions on how to triage issues.
Triage Docs!
Receive a documented method or class from your favorite GitHub repos in your inbox every day. If you're really pro, receive undocumented methods or classes and supercharge your commit history.
Rust not yet supported1 Subscribers
Add a CodeTriage badge to biome
Help out
- Issues
- fix(analyzer): respect overrides that disable rules when using --only
- fix(parser): allow nested destructured arrow functions inside ternary-consequent bodies
- fix(format/html): format `class` and `style` attributes
- 🐛 LSP state can get out of sync with disk state
- 🐛 LSP daemon physical footprint grows monotonically on branch switch (config divergence amplifier)
- 🐛 Biome breaks this code when formatting since v2.4.9
- 🐛 `--suppress` with `--only` ignores overrides that disable a rule
- markdown formatter: add character escaping support (e.g. `**\***` for `__*__`)
- feat(lint): add nursery rule noTailwindArbitraryValue
- 💅 [svelte] function reported as unused when it is only used within an attribute string
- Docs
- Rust not yet supported