Package detail

@rowanmanning/biome-config

rowanmanning509MIT2.1.0

Shared Biome linting/formatting configurations for my projects

biome

readme

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 included):

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

changelog

Changelog

2.1.0 (2025-05-21)

Features

2.0.0 (2025-03-04)

⚠ BREAKING CHANGES

  • drop Node.js 18

Miscellaneous Chores

1.4.0 (2025-02-04)

Features

  • migrate to Biome v1.9.4 (5f85d7f)

Bug Fixes

  • install biome as a dependency (14fee89)

1.3.1 (2024-08-09)

Bug Fixes

  • prevent husky from failing (797ed3c)
  • upgrade Biome to v1.8.3 (3d171ef)

1.3.0 (2024-07-01)

Features

  • disable the noThisInStatic rule (9d6c867)

Documentation Changes

1.2.0 (2024-06-16)

Features

  • relax a few annoying rules (175e97c)

1.1.0 (2024-06-16)

Features

  • install biome as a peer dependency (01e6498)

1.0.0 (2024-06-16)

Miscellaneous