@levibostian/prettier-config
v1.0.0
Published
Opinionated config for Prettier
Downloads
4
Readme
prettier-config
Opinionated config for Prettier
Learn more about sharing config options for Prettier
Getting started
- Install the config files into your project:
npm install --D @levibostian/prettier-config
- Edit your
package.json
file to inherit the config:
{
"prettier": "@levibostian/prettier-config"
}
Contributing
I am always open to collaboration, questions, and help on projects. However, this project is opinionated for projects that I develop. I may not accept pull requests into this project.