@onbeam/biome-config
v0.0.4
Published
The default biome config used throughout all Beam packages and apps. Used to extend upon in your local biome configuration file.
Downloads
1,300
Maintainers
Keywords
Readme
@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
# or
yarn add @onbeam/biome-config --dev
# or
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
- @onbeam/automation-api-client
- @onbeam/biome-config
- @onbeam/cli
- @onbeam/errors
- @onbeam/features
- @onbeam/icons
- @onbeam/player-api-client
- @onbeam/sdk
- @onbeam/styled-system
- @onbeam/ui
- @onbeam/utils
That's it! Happy coding! 🌈