@rowanmanning/biome-config
v1.3.1
Published
Shared Biome linting/formatting configurations for my projects
Downloads
681
Readme
Biome Config
Shared Biome linting/formatting configurations for my projects.
Requirements
This library requires the following to run:
- Node.js 18+
Usage
Install with npm (biome
will be installed as a peer dependency):
npm install --save-dev @rowanmanning/biome-config
Add 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