Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 620 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 620 Bytes

@nordcom/prettier

License npm

Prettier code formatting config for all of our projects here at Nordcom Group Inc., PRs welcome.

Install

npm install --save-dev @nordcom/prettier

Usage

Reference @nordcom/prettier in your package.json:

{
    "prettier": "@nordcom/prettier"
}