@xerox/prettier-config
v4.0.4
Published
Prettier shareable configuration for Xerox projects.
Downloads
3,300
Readme
@xerox/prettier-config
Prettier shareable configuration for Xerox projects.
Usage
- Install this config and prettier as a
devDependency
:
yarn add prettier @xerox/prettier-config --dev
# or
npm install prettier @xerox/prettier-config --save-dev
- Add the following to your
package.json
:
{
// ...
"prettier": "@xerox/prettier-config"
// ...
}