@sun33t/prettier-config
v1.0.3
Published
My personal prettier configuration
Downloads
3
Readme
@sun33t/prettier-config
This is a prettier configuration that I tend to use across all projects.
Installation
To install:
npm install -D @sun33t/prettier-config
// or
yarn add -D @sun33t/prettier-config
Usage
Add to the prettier property within the package.json of your project.
{
//...
"prettier": {
"@sun33t/prettier-config"
}
}