🚨 Shai-Hulud Strikes Again:834 Packages Compromised.Technical Analysis →
Socket
Book a DemoInstallSign in
Socket

@jsrepo/transform-biome

Package Overview
Dependencies
Maintainers
1
Versions
39
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jsrepo/transform-biome

A transform plugin for jsrepo to format code with biome.

latest
Source
npmnpm
Version
0.0.9
Version published
Maintainers
1
Created
Source

@jsrepo/transform-biome

npm version npm downloads

A transform plugin for formatting registry items with Biome using your local biome configuration before they are added to your project.

Usage

Run the following command to install and add the transform to your config:

jsrepo config transform @jsrepo/transform-biome

Manual Configuration

Install the transform plugin:

pnpm install @jsrepo/transform-biome -D

Add the transform to your config:

import { defineConfig } from "jsrepo";
import biome from "@jsrepo/transform-biome";

export default defineConfig({
	transforms: [biome()],
});

Keywords

jsrepo

FAQs

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