@kilohealth/prettier-config
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.