Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@feedzai/prettier-config

Package Overview
Dependencies
Maintainers
7
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@feedzai/prettier-config

Feedzai's Prettier configuration.

  • 1.0.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
7
Created
Source

@feedzai/prettier-config

Feedzai's Prettier configuration.

Intro

Prettier is an opinionated code formatter. It enforces a consistent style by parsing your code and re-printing it with its own rules that take the maximum line length into account, wrapping code when necessary.

Usage

First, install Prettier and @feedzai/prettier-config locally:

npm install --save-dev prettier @feedzai/prettier-config

or

yarn add --dev prettier @feedzai/prettier-config

or

pnpm add --save-dev prettier @feedzai/prettier-config

After that, edit the package.json file (as below) or one of the supported configuration files:

{
  // ...
  "prettier": "@feedzai/prettier-config"
}

For a quick tour of how to use Prettier, check out the Install page in the documentation.

Development

After changes, sort the package.json file and run Prettier:

npx sort-package-json package.json
npx prettier --config ./index.json --write ./*.json

Keywords

FAQs

Package last updated on 05 Jan 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc