| name | biome |
| description | [biomejs]: https://biomejs.dev/ [biome-philosophy]: https://biomejs.dev/internals/philosophy/ [language-support]: https://biomejs.dev/internals/language-support/ [getting-started]: https://biomejs.dev |
biome
[biomejs]: https://biomejs.dev/ [biome-philosophy]: https://biomejs.dev/internals/philosophy/ [language-support]: https://biomejs.dev/internals/language-support/ [getting-started]: https://biomejs.dev/guides/getting-started/
When to Use
When NOT to Use
- Projects using Python or Go (different ecosystem)
Quick Start
Install
npm install --save-dev --save-exact @biomejs/biome
Basic Usage
#
This is a monorepo containing the following packages:
- `@biomejs`
- `aria-data`
- `prettier-compare`
- `tailwindcss-config-analyzer`
#
- **Language:** Rust, JavaScript, TypeScript
- **Tests:** Yes
#
├── benchmark/
│ ├── bench.js
│ ├── biome.json
│ ├── dprint.json
│ ├── eslint.config.js
│ ├── package.json
│ ├── README.md
│ ├── ts-biome.json
│ ├── ts-eslint.config.js
│ └── tsconfig.json
├── crates/
│ ├── biome_analyze/
│ ├── biome_analyze_macros/
│ ├── biome_aria/
│ ├── biome_aria_metadata/
│ ├── biome_cli/
│ ├── biome_configuration/
│ ├── biome_configuration_macros/
│ ├── biome_console/
│ ├── biome_control_flow/
Generated by repo2skill