Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 258 Bytes

readme.md

File metadata and controls

19 lines (13 loc) · 258 Bytes

prettier-config

Shared Prettier config for my projects.

Install

$ npm install --save-dev @vdemedes/prettier-config

Usage

Add this to your package.json:

{
	"prettier": "@vdemedes/prettier-config"
}