@familyjs/prettier-config
v4.0.0
Published
Prettier config for Family and Jigra
Downloads
212
Readme
@familyjs/prettier-config
Shared Prettier config used in Family, Jigra, and Rindo projects.
Usage
Usage is based on Sharing configurations from the Prettier docs.
Remove existing
.prettierrc
file, if present.Install the config.
npm install -D @familyjs/prettier-config
Add the following to
package.json
:"prettier": "@familyjs/prettier-config",