@msg-labs/prettier-config

1.1.1 • Public • Published

Prettier configuration

Installation

npm install --save-dev @msg-labs/prettier-config

Usage

You can use this prettier config by adding this to your package.json:

{
    "prettier": "@msg-labs/prettier-config"
}

If you want to override any rule of the configuration, create a .prettierrc.js file with the following content:

module.exports = {
    ...require('@msg-labs/prettier-config'),
    semi: false
};

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.1
    0
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.1
    0
  • 1.1.0
    0

Package Sidebar

Install

npm i @msg-labs/prettier-config

Weekly Downloads

0

Version

1.1.1

License

WTFNMFPL-1.0

Unpacked Size

3.62 kB

Total Files

6

Last publish

Collaborators

  • msg-labs-bot
  • miguelsanchezgonzalez