biome-linting
SKILL.md
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.jsoncfor 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:
- rules/biome-setup.md - Install, configure, and customize Biome
- rules/biome-config.md - Build
biome.jsonconfig for JS/TS/CSS/JSON projects - rules/migration-from-eslint-prettier.md - Migrate from ESLint and/or Prettier to Biome
- rules/ci-and-editor-integration.md - CI scripts, pre-commit, and editor setup
Core principles
- Prefer reproducible linting with pinned exact versions (
-Eflag) - Keep config minimal and explicit
- Use
biome checkas 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
--writefor local workflows, but validate withbiome ciin CI
Weekly Installs
5
Repository
rommelandrea/skillsFirst Seen
11 days ago
Security Audits
Installed on
opencode5
gemini-cli5
claude-code5
github-copilot5
codex5
kimi-cli5