@cheshire-caat/prettier-config
v1.0.0
Published
Prettier config for the personal projects
Downloads
199
Readme
@cheshire-caat/prettier-config
Common prettier
configuration for personal projects.
Usage
Install the package using npm
(or yarn
):
npm i @cheshire-caat/prettier-config -D
Add the prettier
key to your package.json
file:
{
"prettier": "@cheshire-caat/prettier-config"
}
Check out the prettier documentation for more info on sharing configurations.