2.0.0 • Published 2 years ago

@kilohealth/prettier-config v2.0.0

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

@kilohealth/prettier-config

License: MIT

Kilo.Health prettier configuration.

Installation

$ npm install --save-dev @kilohealth/prettier-config

Usage

Kilo.Health shared prettier config comes bundled in @kilohealth/prettier-config. To enable these rules, add a prettier property in your package.json and reference this shared config as follows:

"prettier": "@kilohealth/prettier-config"

Previously, rules had been defined directly in a .prettierrc or package.json

Any previous .prettierrc should be removed in favour of the shared config.