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

@figuredev/prettier-config

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@figuredev/prettier-config

Prettier configuration for our code style.


Version published
Weekly downloads
59
decreased by-73.54%
Maintainers
8
Weekly downloads
 
Created

Prettier configuration

Prettier configuration for our code style.

Usage

First install the package and its peer dependencies

yarn add -D @figuredev/prettier-config

Next add the config under prettier key to your package.json.

// package.json
{
  // ...
  "prettier": "@figuredev/prettier-config"
}

Development

To release your changes run:

yarn release

FAQs

Package last updated on 27 Oct 2022

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