Skip to content

Latest commit

 

History

History

prettier-config

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

@jdp-dev/prettier-config GitHub Build Status npm MIT License

My shareable Prettier config.

Installation

npm install --save-dev @jdp-dev/prettier-config

or

yarn add --dev @jdp-dev/prettier-config

Usage

Reference @jdp-dev/prettier-config in your package.json.

{
  "name": "my-cool-js-app",
  "version": "69.420",
  "prettier": "@jdp-dev/prettier-config"
}

Or, you can use it in other ways as described in the official documentation.

License

MIT © John Darryl Pelingo