@iv-stpn/biome-config
v1.3.0
Published
Personal reusable Biome configuration for iv-stpn
Readme
@iv-stpn/biome-config
Personal reusable Biome configuration.
Install
Using npm:
npm i -D @biomejs/biome biome-one-liner-plugin @iv-stpn/biome-configUsing bun:
bun add -D @biomejs/biome biome-one-liner-plugin @iv-stpn/biome-configUsage
Create a biome.json in your project:
{
"$schema": "https://biomejs.dev/schemas/2.5.2/schema.json",
"extends": ["@iv-stpn/biome-config/biome"]
}Releasing
Publishing to npm is automated with Changesets and GitHub Actions.
After making changes, record them:
bun run changesetPick the bump type (patch/minor/major) and describe the change. Commit the generated file in
.changeset/.Push to
main. TheReleaseworkflow opens (or updates) a "Version Packages" PR that bumps the version and updates the changelog.Merge that PR. The workflow then publishes the new version to npm with provenance.
Setup
The workflow needs an NPM_TOKEN repository secret (an npm automation/granular token with publish access). GITHUB_TOKEN is provided automatically.
