Skip to content

Latest commit

 

History

History
26 lines (17 loc) · 1.19 KB

README.md

File metadata and controls

26 lines (17 loc) · 1.19 KB

Jeff's Prettier Config

An opinionated and re-usable Prettier config file created by Jeff Mosawy

semantic-release version outdated publish

Installation and usage

You most probably are familiar with Prettier, but in case you're not, visit their website to learn more.

To install this package, copy the following command into the terminal:

npm i @jmosawy/prettier-config -D

Then, create a prettier config file in your project's root, e.g. .prettierrc, and paste the following code:

"@jmosawy/prettier-config"

If you want to overwrite a config, please follow the instructions here.