Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 338 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 338 Bytes

Becklyn Prettier configuration

The commonly used prettier configuration for projects at Becklyn.

Installation

npm install --save-dev @becklyn/prettier

In your package.json add the following line:

{
    "prettier": "@becklyn/prettier"
}