Socket
Socket
Sign inDemoInstall

@arthurfiorette/prettier-config

Package Overview
Dependencies
0
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @arthurfiorette/prettier-config

My personal prettier config


Version published
Maintainers
1
Created

Readme

Source

@arthurfiorette/prettier-config

Usage

First, install

# Npm
npm i -D @arthurfiorette/prettier-config

# Yarn
yarn add -D @arthurfiorette/prettier-config

You can use this prettier config with a .prettierrc.js file.

// .prettierrc.js

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

Or overriding some configs

// .prettierrc.js

const { config } = require('@arthurfiorette/prettier-config');

module.exports = config({
  printWidth: 80
});

See more

  • Prettier - extending configurations

FAQs

Last updated on 05 Sep 2021

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc