1.0.2 • Published 2 years ago

prettier-config-pwc v1.0.2

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

prettier-config-pwc

My personal Prettier config.


Installation

This module should be installed as one of your project's devDependencies:

npm install --save-dev prettier-config-pwc

It has a peerDependencies requirement for Prettier version 2.

Usage

Just add the config to your package.json and Prettier will automatically use it:

{
  "prettier": "prettier-config-pwc"
}

If you'd rather keep your config outside package.json you can follow one of the official alternative methods for using shareable configs. This can be useful if you want to override any settings.

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.1

2 years ago