Détail du package

@kiwikilian/prettier-config

KiwiKilian64MIT1.0.1

My unified Prettier config.

prettier

readme

@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-config

2. 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"
}