@craftworks/prettier-config
v1.0.7
Published
A prettier config used at craftworks
Downloads
1,719
Readme
@craftworks/prettier-config
A prettier config used at craftworks.
The config is kept minimal. Following the option philosophy and rationale of prettier.
Installation
npm install --save-dev --save-exact @craftworks/prettier-config
Note: Install an exact version. Even a patch release can result in slightly different formatting, so you wouldn’t want different team members using different versions and formatting each other’s changes back and forth. See https://prettier.io/docs/en/install.html#summary
Usage
In package.json
:
{
// ...
"prettier": "@craftworks/prettier-config"
}
See https://prettier.io/docs/en/configuration.html#sharing-configurations
Change Log
See CHANGELOG.md