@polgubau/config
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