1.0.1 • Published 1 year ago

@kiwikilian/prettier-config v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

@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"
}