Skip to content

Becklyn/prettier

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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