@marklai/shared-config-biome

v1.0.0

Published

Shared Biome configuration.

Readme

Shared Config Biome

Shared Biome configuration.

📦 Installation

Pre-Requirements: Set up Biome with Lefthook commit-msg hooks

pnpm add -D @marklai/shared-config-biome @biomejs/biome

🚀 Quick Start

Create or update your biome.json file:

{
  "$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
  "extends": ["@marklai/shared-config-biome"]
  // Your project-specific overrides
}