Refer to https://jsr.io/@timetree/biome-config for installation instructions. For example:
- pnpm:
pnpm add jsr:@timetree/biome-config - yarn:
yarn add jsr:@timetree/biome-config - npm:
npx jsr add @timetree/biome-config
In the biome.json file of each project, add the following:
{
"extends": [
"@timetree/biome-config"
],
...
}For information on how to set overrides, refer to: https://biomejs.dev/ja/reference/configuration/#overrides
- Navigate to the release page.
- Edit the latest pre-release and change its status to "publish."
- It will be published on JSR.