Socket
Book a DemoInstallSign in
Socket

@prettier/next

Package Overview
Dependencies
Maintainers
14
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package was removed
Sorry, it seems this package was removed from the registry

@prettier/next

A faster CLI for Prettier.

unpublished
latest
Source
npmnpm
Version
0.1.1
Version published
Maintainers
14
Created
Source

prettier-cli

A faster CLI for Prettier.

The goal is to make this close to ~100% backwards compatible, and then just ship it in a future stable release of the prettier package, replacing the current CLI.

If you find any bugs, missing features, or unexpected slowness, please open an issue.

Installation

npm install @prettier/next

It should be largely backwards compatible:

prettier src --check # Like before, but faster

You can aldo try it via npx:

npx @prettier/next src --check

FAQs

Package last updated on 29 Nov 2023

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