Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 324 Bytes

README.md

File metadata and controls

20 lines (14 loc) · 324 Bytes

HAUS Prettier Config

This is the Prettier configuration we commonly use and share at HAUS.

Usage

Install:

npm i --dev @madeinhaus/prettier-config

Edit package.json:

{
  // ...
  "prettier": "@madeinhaus/prettier-config"
}