1.1.0 • Published 1 year ago
@polgubau/configs v1.1.0
@polgubau/config
Personal configs for React projects.
Getting Started
Installation
npm install --save-dev @polgubau/configsor
yarn add --dev @polgubau/configsor
pnpm add --save-dev @polgubau/configsor
bun add --dev @polgubau/configsUsage
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