🚀 DAY 1 OF LAUNCH WEEK: Reachability for Ruby Now in Beta.Learn more →
Socket
Book a DemoInstallSign in
Socket

@alienfast/biome-config

Package Overview
Dependencies
Maintainers
2
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@alienfast/biome-config

AlienFast's Biome config.

latest
Source
npmnpm
Version
1.0.4
Version published
Maintainers
2
Created
Source

@alienfast/biome-config

Shareable Biome configuration for AlienFast projects. Provides static JSONC configuration files for base and React presets with formatting and linting rules.

Installation

# npm
npm install --save-dev @alienfast/biome-config @biomejs/biome

# yarn
yarn add -D @alienfast/biome-config @biomejs/biome

Usage

This package provides static JSONC configuration files that are consumed via Biome's extends feature. All configurations are declarative and cannot be imported programmatically.

Base Configuration

For universal JavaScript/TypeScript projects:

// biome.jsonc
{
  "extends": ["@alienfast/biome-config/base"]
}

React Configuration

For React projects (includes all base rules + React domain):

// biome.jsonc
{
  "extends": ["@alienfast/biome-config/base", "@alienfast/biome-config/react"]
}

Contributing

Issues and pull requests welcome at github.com/alienfast/biome-config.

License

MIT

FAQs

Package last updated on 04 Nov 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