Skip to content

🎨 StandardJS compliant Prettier config for Havenworks

Notifications You must be signed in to change notification settings

software-thing/prettier-standard-config

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎨 Prettier StandardJS config

This is a default configuration for Prettier to format code according to the StandardJS specification.

Installation is very simple:

yarn add -D @software-thing/prettier-standard-config

Then just the configuration (the easiest way is to set it like this in your package.json):

// package.json

{
  "prettier": "@software-thing/prettier-standard-config"
}