This package provides a sharable Biome configuration.
To install the required packages, use the following command:
pnpm install -D @equinusocio/biome-config @biomejs/biomeImportant
Biome v2 is required.
To use the configuration in your project, extend the configuration in your biome.jsonc file:
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.
{ "$schema": "https://biomejs.dev/configuration_schema.json", "extends": ["equinusocio-biome-config"], "linter": { // ... } }