@obeliskbr/prettier-config
v1.0.0
Published
## Description
Downloads
5
Readme
Kyte - Prettier Config
Description
This is an internal project used for sharing common prettier rules across all the front-end packages at Kyte.
Installation
In your front-end package, run:
yarn add @drivekyte/prettier-config -D
Now open your package.json
file and place the content:
{
"prettier": "@drivekyte/prettier-config"
}