1.0.2 • Published 2 years ago
@rolamusic/prettier-config v1.0.2
Rolamusic Prettier Configuration
Installation
Once you have installed Prettier:
yarn add -D @rolamusic/prettier-configUsage
You have two options for adding the Rolamusic prettier config to your project:
- Add it to the projects
.prettierrcfile:
"@rolamusic/prettier-config"- Add it to the
package.jsonfile:
{
...
"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.