1.0.1 • Published 3 years ago
@kiwikilian/prettier-config v1.0.1
@kiwikilian/prettier-config
My unified Prettier config.
Getting started in 2 Steps
Applying the ruleset to a project is quick and easy. Install the package, then set the prettier field in your package.json.
1. Install the Package
npm install --save-dev prettier
npm install --save-dev @kiwikilian/prettier-config2. Add prettier Field to package.json
Apply the Prettier config by adding a prettier field pointing to @kiwikilian/prettier-config in the package.json as shown:
{
"name": "package-name",
"prettier": "@kiwikilian/prettier-config"
}