@onbeam/biome-config
The default biome config used throughout all Beam packages and apps. Used to extend upon in your local biome configuration file.
Table of Contents
Installation
Install the package using your preferred package manager:
npm install @onbeam/biome-config --save-dev
yarn add @onbeam/biome-config --dev
pnpm add @onbeam/biome-config -D
To keep all @onbeam
packages updated, you can use the CLI:
npx @onbeam/cli update -d [directory]
Usage
After installing this package, simply extend your biome.json
config file with the @onbeam/biome-config
default configuration:
{
"$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
"extends": ["./node_modules/@onbeam/biome-config/biome.json"]
}
All @onbeam
packages
That's it! Happy coding! 🌈