This package has been deprecated

Author message:

This package has been deprecated in favor of the same package published under the organisation score. Visit https://www.npmjs.com/package/@mohalla-tech/prettier-config-sharechat for details

prettier-config-sharechat

1.0.0 • Public • Published

prettier-config-sharechat

ShareChat's Prettier config.

Usage

Install:

$ yarn add --dev prettier-config-sharechat

Edit package.json:

{
  // ...
  "prettier": "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("prettier-config-sharechat"),
  semi: false,
};

Readme

Keywords

none

Package Sidebar

Install

npm i prettier-config-sharechat

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

1.16 kB

Total Files

3

Last publish

Collaborators

  • prarabdhb