@estudio-nk/prettier-config
v1.0.1
Published
Prettier Config
Downloads
46
Readme
prettier-config
Prettier config .json file where to centralized the standard.
1. This is only a prettier config file, so you will need to install the npm package for this to work.
npm i -D prettier
2. Add @estudio-nk/prettier-config to your project
{
"name": "my-cool-library",
// ...
"prettier": "@estudio-nk/prettier-config"
// ...
}