Skip to content

Shared Biome linting/formatting configurations for my projects

License

Notifications You must be signed in to change notification settings

rowanmanning/biome-config

Repository files navigation

Biome Config

Shared Biome linting/formatting configurations for my projects.

Requirements

This library requires the following to run:

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

About

Shared Biome linting/formatting configurations for my projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published