Skip to content

ChainSafe/biomejs-config

Repository files navigation

@chainsafe/biomejs-config

Node.js CI npm version

This package provides ChainSafe's biomejs.json as an extensible shared config.

Usage

The provided configuration contains shared ESLint rules for typescript projects across ChainSafe. To use this configuration you'll need biome.json or biome.jsonc file in your project root with the following content:

{
  "extends": [
    "@chainsafe/biomejs-config",
    "@chainsafe/biomejs-config/recommended"
  ],
}

NodeJs

{
  "extends": [
    "@chainsafe/biomejs-config",
    "@chainsafe/biomejs-config/recommended",
    "@chainsafe/biomejs-config/nodejs"
  ],
}

Esm Only

{
  "extends": [
    "@chainsafe/biomejs-config",
    "@chainsafe/biomejs-config/recommended",
    "@chainsafe/biomejs-config/esm"
  ],
}

Eraseable Syntax

{
  "extends": [
    "@chainsafe/biomejs-config",
    "@chainsafe/biomejs-config/recommended",
    "@chainsafe/biomejs-config/eraseable-syntax"
  ],
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •