🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Book a DemoInstallSign in
Socket

@chainsafe/biomejs-config

Package Overview
Dependencies
Maintainers
2
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@chainsafe/biomejs-config

[![Node.js CI](https://github.com/ChainSafe/biomejs-config/actions/workflows/ci.yaml/badge.svg?branch=main)](https://github.com/ChainSafe/eslint-config/actions/workflows/ci.yaml) [![npm version](https://badge.fury.io/js/@chainsafe%2Fbiomejs-config.svg)](h

0.1.2
latest
Source
npm
Version published
Weekly downloads
1K
28.14%
Maintainers
2
Weekly downloads
 
Created
Source

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

Keywords

biomejs

FAQs

Package last updated on 07 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts