Skip to content

Latest commit

 

History

History

xerox-prettier-config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

@xerox/prettier-config

Prettier shareable configuration for Xerox projects.

ci status npm package license MIT commit style angular semantic-release

Usage

  1. Install this config and prettier as a devDependency:
yarn add prettier @xerox/prettier-config --dev
# or
npm install prettier @xerox/prettier-config --save-dev
  1. Add the following to your package.json:
{
  // ...
  "prettier": "@xerox/prettier-config"
  // ...
}

LICENSE | CHANGELOG