2.1.0 • Published 6 months ago
@rowanmanning/biome-config v2.1.0
Biome Config
Shared Biome linting/formatting configurations for my projects.
Requirements
This library requires the following to run:
- Node.js 20+
Usage
Install with npm (biome will be included):
npm install --save-dev @rowanmanning/biome-configAdd this to your biome.json file:
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"extends": ["./node_modules/@rowanmanning/biome-config/config.json"]
}Contributing
Genuinely unless you're Rowan Manning, you probably don't need to contribute to this. However, if you decide you really need to, then the contributing guide is available here. All contributors must follow this library's code of conduct.
License
Licensed under the MIT license. Copyright © 2024, Rowan Manning