Skip to content

equinusocio/equinusocio-biome

Repository files navigation

Equinusocio Biome Config

This package provides a sharable Biome configuration.

Installation

To install the required packages, use the following command:

pnpm install -D @equinusocio/biome-config @biomejs/biome

Important

Biome v2 is required.

Usage

To use the configuration in your project, extend the configuration in your biome.jsonc file:

{
  "$schema": "https://biomejs.dev/configuration_schema.json",
  "extends": ["equinusocio-biome-config"],
  "linter": {
    // ...
  }
}

Scripts

The following npm scripts are available:

  • lint: Lint the code using Biome.
  • test: Run the tests using Jest.
  • change: Create a changeset.
  • release: Publish the changeset.

About

My personal biomejs config

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors