biome-linting

Linting and formatting workflows with Biome

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "biome-linting" with this command: npx skills add rommelandrea/skills/rommelandrea-skills-biome-linting

When to use

Use this skill when you need to:

  • Set up linting and formatting in a JavaScript, TypeScript, CSS, or JSON project using Biome
  • Configure biome.json / biome.jsonc for a project
  • Migrate from ESLint, Prettier, or other linters/formatters to Biome
  • Run linting and formatting consistently in CI and local development

How to use

Read individual rule files for implementation details and examples:

Core principles

  • Prefer reproducible linting with pinned exact versions (-E flag)
  • Keep config minimal and explicit
  • Use biome check as the single command for lint + format + import sorting
  • Treat lint and format failures as quality gates in CI using biome ci
  • Enable auto-fix with --write for local workflows, but validate with biome ci in CI

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Coding

typescript

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

typescript

No summary provided by upstream source.

Repository SourceNeeds Review
Coding

typescript

No summary provided by upstream source.

Repository SourceNeeds Review