biome-linter-formatter-expert
SolidExpert guide for Biome (Rust-based linter + formatter), ESLint/Prettier migration, and code quality tooling / Panduan ahli Biome (linter + formatter berbasis Rust), migrasi dari ESLint/Prettier, dan tooling kualitas kode.
Code & Development 51 stars
10 forks Updated today MIT
Install
Quality Score: 87/100
Stars 20%
Recency 20%
Frontmatter 20%
Documentation 15%
Issue Health 10%
License 10%
Description 5%
Skill Content
# Biome Linter & Formatter Expert (2026 Edition)
[English](#english) | [Bahasa Indonesia](#bahasa-indonesia)
---
<a name="english"></a>
## English
### Orchestration & Integration
- **`monorepo-architect`**: Biome configuration in monorepo workspaces.
- **`ci-cd-devops-architect`**: Biome in CI/CD pipelines.
- **`scalability-clean-code`**: Code quality standards enforcement.
- **`typescript-expert`**: TypeScript-specific lint rules.
### Description
Expert guide for Biome v2, the Rust-based unified linter and formatter replacing ESLint + Prettier. Covers migration from ESLint/Prettier, custom rule configuration, CI integration, monorepo setup, and editor integration. Includes performance comparison and best practices for 2026 JavaScript/TypeScript projects.
### Trigger Conditions
- Setting up code linting and formatting for new projects.
- Migrating from ESLint + Prettier to Biome.
- Configuring Biome in monorepo or CI/CD pipelines.
- Resolving linting or formatting configuration issues.
---
### Why Biome over ESLint + Prettier?
| Aspect | Biome v2 | ESLint 9 + Prettier 3 |
|--------|----------|----------------------|
| Speed | 10-100x faster (Rust) | Baseline (Node.js) |
| Config Files | 1 (`biome.json`) | 2-3 files |
| Formatter + Linter | ✅ Unified | Separate tools |
| Import Sorting | ✅ Built-in | Plugin required |
| CSS/JSON Support | ✅ Built-in | Plugin required |
```bash
# Install and init
npm install --save-dev @biomejs/biome
npx biome init
# Migrate from ESL...
Details
- Author
- roedyrustam
- Repository
- roedyrustam/vibes-plug
- Created
- 3 months ago
- Last Updated
- today
- Language
- Python
- License
- MIT
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
Code & Development Featured
code-linting
Run Python (ruff) and JavaScript (Biome) linting.
419 Updated 2 days ago
notque AI & Automation Listed
biome-knowledge-patch
Biome
24 Updated 2 weeks ago
Nevaberry AI & Automation Solid
dependency-upgrade-migrator
Expert guide for dependency upgrades, breaking change migrations, codemod automation, and package audit remediation / Panduan ahli untuk upgrade dependensi, migrasi breaking change, otomasi codemod, dan remediasi audit paket.
51 Updated today
roedyrustam