biome-linter-formatter-expert

Solid

Expert 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 46 stars 9 forks Updated 3 days ago MIT

Install

View on GitHub

Quality Score: 87/100

Stars 20%
56
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

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
3 days ago
Language
Python
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category