@dotcom-reliability-kit/biome-config
v1.0.0
Published
A Biome configuration focused on resolving code quality and reliability issues without making any code style decisions
Keywords
Readme
@dotcom-reliability-kit/biome-config
A Biome configuration focused on resolving code quality and reliability issues without making any code style decisions. This module is part of FT.com Reliability Kit.
Usage
Install @dotcom-reliability-kit/biome-config as a development dependency as well as Biome itself:
npm install --save-dev @biomejs/biome @dotcom-reliability-kit/biome-configReference the shared configuration in your repository's own biome.json file:
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"extends": ["./node_modules/@dotcom-reliability-kit/biome-config/config.json"]
}Contributing
See the central contributing guide for Reliability Kit.
License
Licensed under the MIT license. Copyright © 2026, The Financial Times Ltd.
