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

@flywire/prettier-config

Package Overview
Dependencies
Maintainers
11
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@flywire/prettier-config

Flywire's base prettier configuration

  • 1.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
11
Created
Source

prettier-config

npm version

Flywire's base prettier configuration.

Installation

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

If you don't have it installed already, also install prettier as a devDependency.

npm install --save-dev prettier

Usage

Create a .prettierrc.js or prettier.config.js file at the root of your project that contains:

module.exports = require('@flywire/prettier-config');

How to publish to npm

Read npm's docs on How to Update a Package.

  1. npm login

    • Make sure you're logged into Flywire's npm account with the credentials. npm whoami will tell you if you're already logged in.
  2. npm version <update_type>

    • update_type can be patch, minor, or major. If you don't know which one to use, go read about semantic versioning.
  3. npm publish

Keywords

FAQs

Package last updated on 07 Jun 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

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