Socket
Socket
Sign inDemoInstall

@foray1010/prettier-config

Package Overview
Dependencies
38
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @foray1010/prettier-config

## Installation


Version published
Weekly downloads
167
increased by12.84%
Maintainers
1
Install size
2.42 MB
Created
Weekly downloads
 

Readme

Source

@foray1010/prettier-config

Installation

  1. yarn add -DE prettier @foray1010/prettier-config

  2. Create an .prettierrc.js in the project root

    'use strict'
    
    module.exports = require('@foray1010/prettier-config')
    
  3. Use default prettierignore via npm script

    {
      "scripts": {
        "prettier": "prettier --ignore-path=node_modules/@foray1010/prettier-config/prettierignore"
      }
    }
    

    then use npm run prettier or yarn prettier to replace prettier

FAQs

Last updated on 10 Nov 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