Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@polgubau/biome-config

PolGubau10MIT1.0.0

Personal Biome config for React related projects.

biome, biomejs, config, configuration, pol, polgubau

readme

@polgubau/config

Checked with Biome semantic-release: angular GitHub License GitHub Issues or Pull Requests GitHub Issues or Pull Requests

Personal configs for React projects.

Getting Started

Installation

npm install --save-dev @polgubau/configs

or

yarn add --dev @polgubau/configs

or

pnpm add --save-dev @polgubau/configs

or

bun add --dev @polgubau/configs

Usage

Biome

To use this configuration, create a biome.json/biome.jsonc file and add the following snippet:

{
  "$schema": "https://biomejs.dev/schemas/1.9.4/schema.json",
  "extends": ["@polgubau/configs/biome"]
}

Based on the configuration from joaopalmeiro

changelog

1.1.0 (2025-01-01)

Features

  • biome: remove unnecessary blank line in linter configuration (7873cfb)

1.0.1 (2024-12-29)

Bug Fixes

  • changelog: update section headers and improve linter config in biome.json (237a98f)

1.0.0 (2024-12-29)

Bug Fixes

  • update npm publish command in workflow for consistency (c8362f0)

Features

  • biome: enhance linter configuration and add default branch (26f1f63)