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

Package detail

@cortex-js/prettier-config

cortex-js539MIT1.2.0

CortexJS Prettier config

prettier

readme

prettier-config

To use consistent formatting of HTML, CSS, Typescript, Javascript and more, use this shareable Prettier config file.

Usage

Install

$ npm install --save-dev @cortex-js/prettier-config

Edit package.json

// package.json
{
  "prettier": "@cortex-js/prettier-config"
}