Socket
Socket
Sign inDemoInstall

@mohalla-tech/prettier-config-sharechat

Package Overview
Dependencies
0
Maintainers
12
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @mohalla-tech/prettier-config-sharechat

ShareChat's Prettier Configuration


Version published
Weekly downloads
2
decreased by-60%
Maintainers
12
Install size
1.17 kB
Created
Weekly downloads
 

Readme

Source

prettier-config-sharechat

ShareChat's Prettier config.

Usage

Install:

$ yarn add --dev prettier-config-sharechat

Edit package.json:

{
  // ...
  "prettier": "@mohalla-tech/prettier-config-sharechat"
}

If you need to extend the configuration to overwrite some properties from the shared configuration import the file in a .prettierrc.js file and export the modifications, e.g:

module.exports = {
  ...require("@mohalla-tech/prettier-config-sharechat"),
  semi: false,
};

FAQs

Last updated on 20 Mar 2022

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