Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@xerox/prettier-config

xeroxinteractive1.2kMIT4.0.4TypeScript support: included

Prettier shareable configuration for Xerox projects.

xerox, prettier, prettier-config

readme

@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
  2. Add the following to your package.json:
    {
    // ...
    "prettier": "@xerox/prettier-config"
    // ...
    }

LICENSE | CHANGELOG

changelog

v4.0.4 (Fri Nov 10 2023)

Fix

Authors: 1


v4.0.3 (Thu Aug 10 2023)

Fix

  • Merge remote-tracking branch 'origin/next' into AL-eslint-fix (@AndrewLeedham)

Authors: 1


v4.0.2 (Mon Aug 07 2023)

Fix

Authors: 1


v4.0.0 (Wed Mar 02 2022)

Breaking Change

Feature

Fix

Dependencies

Authors: 3


v3.0.0 (Fri Jan 07 2022)

Feature

Fix

Authors: 2


v2.2.6 (Mon Nov 30 2020)

Fix

Authors: 2


v2.2.5 (Wed Nov 11 2020)

Fix

Authors: 5


2.2.3 (2020-07-31)

2.2.2 (2020-05-22)

2.2.1 (2020-03-24)

2.2.0 (2020-03-24)

Features

  • deps: upgrade to prettier 2 (6a04d13)

2.1.0 (2019-12-30)

Features

  • stylelint: create initial config (72f571b)

2.0.1 (2019-12-30)

2.0.0 (2019-11-18)

chore

  • reset version + changelogs (850ee25)

Features

  • setup workspace (af3ca9e)
  • prettier: copy over prettier-config (60baf27)

BREAKING CHANGES

  • Move to monorepo

1.1.2 (2019-11-18)

1.1.1 (2019-11-11)

1.1.0 (2019-07-19)

Features

1.0.0 (2019-07-11)

Bug Fixes

  • moved context to workflow (cac37d4)
  • try adding context at the top (561a160)

Features