New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@jeffsays/prettier

Package Overview
Dependencies
Maintainers
1
Versions
24
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jeffsays/prettier

My personal Prettier config

latest
Source
npmnpm
Version
0.0.25
Version published
Maintainers
1
Created
Source

code style: prettier

prettier

My shared Prettier configuration

Usage

Installation

This projects recommends using tsx to run prettier for typescript projects.

yarn
yarn add --dev @jeffsays/prettier tsx
npm
npm install --save-dev @jeffsays/prettier tsx
pnpm
pnpm add -D @jeffsays/prettier tsx

package.json

Add to package.json:

{
  "scripts": {
    "prettier:check": "node --import tsx node_modules/prettier/bin/prettier.cjs . --check",
    "prettier:list-different": "node --import tsx node_modules/prettier/bin/prettier.cjs . --list-different",
    "prettier:write": "node --import tsx node_modules/prettier/bin/prettier.cjs . --write"
  },
  "prettier": "@jeffsays/prettier"
}

Keywords

prettier

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