Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 369 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 369 Bytes

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