1.0.2 • Published 3 months ago

@rolamusic/prettier-config v1.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

Rolamusic Prettier Configuration

Installation

Once you have installed Prettier:

yarn add -D @rolamusic/prettier-config

Usage

You have two options for adding the Rolamusic prettier config to your project:

  1. Add it to the projects .prettierrc file:
"@rolamusic/prettier-config"
  1. Add it to the package.json file:
{
  ...
  "prettier": "@rolamusic/prettier-config"
  ...
}

Overriding

Although overriding the configuration is discouraged, every project is different. If you need to override some property, please refer to the configuration overrides documentation.

1.0.2

3 months ago

1.0.1

2 years ago

1.0.0

2 years ago