home/categories/code-quality/biomejs-biome-claude-skills-lint-rule-development-skill-md
code-qualitytesting-security

lint-rule-development

Step-by-step guide for creating and implementing lint rules in Biome's analyzer. Use when implementing rules like noVar, useConst, or any custom lint/assist rule, adding code actions to fix diagnostics, implementing semantic analysis for binding references, or adding configurable options to rules.

biomejs
maintainer
biomejs
Atualizado 4/6/2026
Estrelas
24326
Forks
952
quick start

Installation and usage

Step-by-step guide for creating and implementing lint rules in Biome's analyzer. Use when implementing rules like noVar, useConst, or any custom lint/assist rule, adding code actions to fix diagnostics, implementing semantic analysis for binding references, or adding configurable options to rules.

Instalação
$ install --globalskills.sh
Uso

Depois de instalar, você pode usar esta skill executando o seguinte comando no terminal:

skills use lint-rule-development