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

xeroxinteractive/prettier-config

Repository files navigation

@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