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"
}