Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Latest commit

 

History

History
50 lines (39 loc) · 1.92 KB

README.md

File metadata and controls

50 lines (39 loc) · 1.92 KB

@xerox/prettier-config Archived: Moved to monorepo xeroxinteractive/config

Prettier shareable configuration for Xerox projects.

circleci status npm package license MIT commit style angular semantic-release Dependabot Status

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 | ISSUES