1.2.0 • Published 4 years ago

@jmosawy/prettier-config v1.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

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.