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

@jsrepo/transform-prettier

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-prettier

A transform plugin for jsrepo to format code with prettier.

latest
Source
npmnpm
Version
0.0.9
Version published
Weekly downloads
214
16.94%
Maintainers
1
Weekly downloads
 
Created
Source

@jsrepo/transform-prettier

npm version npm downloads

A transform plugin for formatting registry items with Prettier using your local Prettier 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-prettier

Manual Configuration

Install the transform plugin:

pnpm install @jsrepo/transform-prettier -D

Add the transform to your config:

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

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

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