1.0.2 • Published 2 years ago
@imjustlucas/prettier-config v1.0.2
@imjustlucas/prettier-config
An awesome prettier setup for all your projects.
Contract your projects with a single source of truth
💥 Prerequis
Make sure that prettier is installed on your project, if not, add it
yarn add --D prettier
⚡️ Installation
Add the @imjustlucas/prettier-config
to your project:
yarn add --D @imjustlucas/prettier-config
Once installed, go to your package.json
file and add the prettier
property
{
"name": "my-cool-library",
// ...
"prettier": "@imjustlucas/prettier-config"
// ...
}
And that's all, pretty easy isn't it?