@zettca/prettier-config
v0.2.0
Published
Sharable & minimal Prettier configuration
Downloads
5
Readme
@zettca/prettier-config
Minimal Prettier sharable configuration.
This configuration does not and will never change Prettier's default formatting configuration. Prettier's default options are well thought out and changing them goes against Prettier's philosophy
The goal of this config is to extend Prettier's configuration with plugins and ignore rules typically desirable in apps.
Installation
npm i -D @zettca/prettier-config
Usage
Add this to your package.json
{
"prettier": "@zettca/prettier-config"
}