Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@devjskit/biome-config

billgo668MIT0.2.1

BiomeJS configuration

biome, biomejs, config, configuration

readme

@devjskit/biome-config

Usage

Install:

  yarn add --dev @biomejs/biome @devjskit/biome-config

Edit package.json:

// <project-root>/biome.json
{
  "$schema": "./node_modules/@biomejs/biome/configuration_schema.json",
  "extends": "@devjskit/biome-config",
  // ...
}