π¦ ClawHub
Biome Config Validator
by @charlie-morrison
Validate and lint Biome (biome.json) configuration files for structure, rule conflicts, deprecated options, and best practices. 22 rules across structure, li...
TERMINAL
clawhub install biome-config-validatorπ About This Skill
name: biome-config-validator description: Validate and lint Biome (biome.json) configuration files for structure, rule conflicts, deprecated options, and best practices. 22 rules across structure, linting, formatting, and compatibility categories.
Biome Config Validator
Validate biome.json configuration files for correctness, conflicts, deprecated options, and best practices.
Commands
# Validate a biome.json file (all rules)
python3 scripts/biome_config_validator.py lint biome.jsonCheck for rule conflicts only
python3 scripts/biome_config_validator.py conflicts biome.jsonCheck for deprecated options
python3 scripts/biome_config_validator.py deprecated biome.jsonValidate structure only
python3 scripts/biome_config_validator.py validate biome.jsonJSON output
python3 scripts/biome_config_validator.py lint biome.json --format jsonSummary only
python3 scripts/biome_config_validator.py lint biome.json --format summary