@chainsafe/biomejs-config

0.1.2 • Public • Published

@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"
  ],
}

Package Sidebar

Install

npm i @chainsafe/biomejs-config

Weekly Downloads

1,011

Version

0.1.2

License

MIT

Unpacked Size

15.6 kB

Total Files

9

Last publish

Collaborators

  • wemeetagain
  • mpetrunic