0.0.2 • Published 7 months ago

@yurychang/prettier-config v0.0.2

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

Shared Prettier configuration

Shared Prettier configuration.

Usage

  1. Install
$ npm i -D @yurychang/prettier-config
  1. Use Prettier config in your project

Create a .prettierrc file in project root with the following content:

"@yurychang/prettier-config"

Or set prettier property to package.json:

{
  "prettier": "@yurychang/prettier-config"
}
0.0.2

7 months ago

0.0.1

8 months ago